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

