0.3.2 • Published 6 years ago

generator-cake v0.3.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

generator-cake

Yeoman generator for Cake build scripts

NPM version Dependency Status Build Status Coverage Status


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

Running '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

Running 'yo cake:frosting'

License

MIT © Alistair Chapman