Bootstraper consists in a collection of custom generators based on Thor to be used as command line tool.
Install it yourself as a Ruby environment dependency:
$ gem install bootstraper
Command line:
To bootstrap a new API application:
$ bootstraper api app_name
To see all available generators
$ bootstraper -h
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
