3.0.0 • Published 7 years ago

generator-cf v3.0.0

Weekly downloads
6
License
CC0-1.0
Repository
github
Last release
7 years ago

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. 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

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

7 years ago

2.3.0

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.3.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

10 years ago