generator-cake
v0.3.2
Published
Yeoman generator for Cake build scripts
Downloads
3
Maintainers
Readme
generator-cake
Yeoman generator for Cake build scripts
Installation
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
Frosting
You can use our (experimental) generator for Frosting to quickly setup a new project:
yo cake:frosting
License
MIT © Alistair Chapman