Skip to content

Instantly share code, notes, and snippets.

@bretterer
Last active October 18, 2015 23:58
Show Gist options
  • Save bretterer/2ce85f60282e83937ed0 to your computer and use it in GitHub Desktop.
Save bretterer/2ce85f60282e83937ed0 to your computer and use it in GitHub Desktop.
Build API Docs for Stormpath
#!/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