Created
September 3, 2012 18:40
-
-
Save isidromerayo/3612021 to your computer and use it in GitHub Desktop.
Complete install and test my proyect https://github.com/isidromerayo/simple_php_skeleton
This file contains hidden or 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/sh | |
curl -s https://getcomposer.org/installer | php | |
php composer.phar create-project isidromerayo/simple_php_skeleton --dev | |
cd simple_php_skeleton | |
bin/phpunit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!