speedwork/console

Speedwork Console Service Provider


License
MIT

Documentation

Console Service Provider

codecov StyleCI Latest Stable Version Latest Unstable Version License Total Downloads Build status Build Status

Introduction

Speed is the name of the command-line interface included with Speedwork. It provides a number of helpful commands for your use while developing your application. It is driven by the powerful Symfony Console component. To view a list of all available Speedwork commands, you may use the list command:

php speed list

Every command also includes a "help" screen which displays and describes the command's available arguments and options. To view a help screen, simply precede the name of the command with help:

php speed help serve

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes
  4. Run the tests, adding new ones for your own code if necessary (phpunit)
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request