Yeoman users rejoice! You can now bootstrap your project for Cake with with Yeoman and the new generator-cake
generator.
If you have node.js and npm already installed, simply run the following commands to quickly get started with Yeoman and Cake:
npm install -g yo
npm install -g generator-cake
Then, from your terminal, just run yo cake
to quickly bootstrap Cake, including a build script, bootstrapper scripts and config files in the current folder.
You can also install each of these individually using yo cake:config
or yo cake:bootstrapper
.
Frosting
Finally, You can also use our (experimental) generator for Frosting to quickly setup a new .NET Core project using Frosting:
yo cake:frosting
You can find the source on GitHub and I'm happy to take contributions, questions and feedback on the generator.