Last active
October 18, 2015 23:58
-
-
Save bretterer/2ce85f60282e83937ed0 to your computer and use it in GitHub Desktop.
Build API Docs for Stormpath
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Building API Documentation" | |
curl -O http://get.sensiolabs.org/sami.phar | |
composer global require sami/sami | |
wget https://gist.githubusercontent.com/bretterer/7a6268a1ca36ba6401d2/raw/buildApiDocs.php | |
php sami.phar render buildApiDocs.php | |
ls -lah |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment