Last Updated: February 25, 2016
·
1.099K
· twilson63

Cakefile-Template

A base template to start your own Cakefile in your coffee-script project!

https://github.com/twilson63/cakefile-template

It includes features to compile, watch, test, generate docs and a reloadable dev command.

You can also simply install the cakefile template in any folder using the easybake npm module.

npm install easybake -g

cd [your project]
easybake

Easybake will download and install the Cakefile template right in your project folder, ready to go!