Klubenskel is a Monk skeleton used by Klubensapps to generate skeleton Sinatra applications.
Using Klubenskel with Monk is simple. Just follow these 3 easy steps:
- Install Monk using
gem install monk
- Add Klubenskel to your Monk skeletons using
monk add klubenskel git://github.com/klubensapps/klubenskel.git
- Run
monk init -s klubenskel
inside your project's empty directory to generate a Klubenskel skeleton Sinatra app.
- A
Gemfile
is included for your connivence if you use Bundler to manage your gem dependencies. - Remember to delete (or overwrite) this README file from your project's directory after running
monk init -s klubenskel
.
- A huge "Thank You" to Gavin Kistner for inspiring Klubenskel with his Monk skeleton, riblits.
- Thanks to Sérgio Santos for inspiring the included Mongoid configuration code in the models/init.rb file with his sample application, sinatra-mongoid-app