Chinstrap

TL;DR rails new for Sinatra.

Manually building out the skeleton for larger, well-organized Sinatra apps sucks. There's no reason it shouldn't be as simple as chinstrap new APP_NAME.

Installation

$ gem install chinstrap

Usage

$ chinstrap new APP_NAME

Credits

Most of the credit goes to the creators of Thor, and other projects (Bundler, Foreman, etc.) that use it for skeleton generation so I could see the best patterns to use.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request