Lazybones: A Monk Skeleton for CouchDB and Sinatra
I created a skeleton for MonkRb that leverages CouchDB and Sinatra.
You can find the project over at GitHub.
Check it out: Lazybones.
Add it to your Monk set up with the monk command.
monk add lazybones git://github.com/tobyjoe/lazybones.git
Once it’s added, create a new project with the monk init command.
monk init --skeleton=lazybones myapp
Once that is done, freeze all the dependencies.
dep vendor --all
Easy as pie, right?

