Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.29 KB

Klubenskel: Simple Monk Skeleton used by Klubensapps

Klubenskel is a Monk skeleton used by Klubensapps to generate skeleton Sinatra applications.

Usage

Using Klubenskel with Monk is simple. Just follow these 3 easy steps:

  1. Install Monk using gem install monk
  2. Add Klubenskel to your Monk skeletons using monk add klubenskel git://github.com/klubensapps/klubenskel.git
  3. Run monk init -s klubenskel inside your project's empty directory to generate a Klubenskel skeleton Sinatra app.

Notes

  • 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.

Credits

  • 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