Sinatra-cl
This is a sinatra app generator based on Ashley Williams' Ratpack
Installation
Install it:
$ gem install sinatra-cl
Usage
Generate a Sinatra App:
$ sinatra-cl new app
$ cd app/
$ bundle install
$ shotgun
By default, Sinatra-cl generates a template with twitter bootstrap, to create a sinatra app without twitter bootstrap run:
$ sinatra-cl new app --no-bootstrap
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request