Simba is a generator for Sinatra applications.
Simba chooses slim + sinatra + activerecord to build your awesome apps.
Simba's aim is to help you to use best practices when not using ruby on rails.
$ gem install simba
$ simba new appname
$ # development
$ bundle exec rackup
$ # production
$ rake asset:precompile
$ bundle exec rackup -E production
Simba uses Linner as its asset packaging system, You can star it on the github page.
- 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