Yeoman generator for Cake build scripts
First, install Yeoman and generator-cake using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-cake
Then generate your new project:
yo cake
or to generate only certain scripts:
yo cake:config
yo cake:bootstrapper
You can use our (experimental) generator for Frosting to quickly setup a new project:
yo cake:frosting
MIT © Alistair Chapman