dev-master
9999999-dev https://github.com/goodby/setup
MIT
The Requires
- php >=5.3.2
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Goodby Setup is powerful oneliner to support setting up GitHub repositories of PHP components., (*1)
Do you spent some hours to setup your component's repository?, (*2)
Does the setup task annoy you?, (*3)
If you answer "yes", you may use Goody Setup oneliner to say "Goodbye" to your setup task!, (*4)
As Goodby Setup prepares simple composer.json skeleton for Composer users, you can deploy your PHP components very fast via Packagist., (*5)
Goodby Setup creats travis ci config file .travis.yml as default. It is very easy to begin continuous integration wih TravisCI., (*6)
The file structure generated by Goodby Setup follows world wide common style PSR-0., (*7)
Goodby Setup bundles unit testing tools like PHPUnit and Mockery for default. So, you can quickly start unit testing., (*8)
Goodby Setup bundles PHP CodeSniffer(phpcs). phpcs checks if the PHP codes follows your project coding standard. You can easily start to collaborates with the other committers and pull-requesters. The default coding standard which Goodby Setup provides is PSR-2., (*9)
editing..., (*10)
Set up your project with Goodby Setup:, (*11)
$ curl setup.goodby.org/<github-username>/<github-repository-name> | sh
MIT