generator-cf v3.0.0
generator-cf 
Yeoman generator for Capital Framework.

Installation
Install Yeoman and the Capital Framework generator:
npm install -g yo generator-cfUsage
Create a new project directory and cd to it:
mkdir my-new-project && cd $_Run the Capital Framework generator:
yo cfCompile the assets:
gruntView the demo page:
open ./dist/index.htmlBuild your project!
Contributing
To hack on this generator, fork this repo, clone it and use npm link:
$ cd generator-cf
$ npm link
$ cd some-empty-directory-somewhere
$ yo cfEdit the source files and re-run yo cf to see the changes.
Please modify the current tests or write new tests if you add functionality to the generator.
Tests can be executed by running npm test from the project's root.
Open source licensing info
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago