EasyBake 0.1.2 Released
EasyBake is a very simple command-line application that installs a Cakefile in the current directory your are in.
npm install easybake -g
mkdir myproject
cd myproject
easybake
Watch a video on how to use easybake
http://codestre.am/aaac575ec34e4a0b681d3f1e9
Super handy utility to quickly add some default cakefile tasks to your project.
Check out the code on github: https://github.com/twilson63/easybake