/generator-cf

Yeoman generator for Capital Framework

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

generator-cf Build Status

Yeoman generator for Capital Framework.

generator-cf screenshot

Installation

Install Yeoman and the Capital Framework generator:

npm install -g yo generator-cf

Usage

Create a new project directory and cd to it:

mkdir my-new-project && cd $_

Run the Capital Framework generator:

yo cf

Compile the assets:

grunt

View the demo page:

open ./dist/index.html

Build 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 cf

Edit the source files and re-run yo cf to see the changes.


Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy