simba is a generator for sinatra applications.
simba choose slim + sinatra + sequel to build your awesome app.
simba aim to set up ruby off rails's best practice.
$ gem install simba
$ simba appname
- 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