0.1.1 • Published 9 years ago

generator-cf-component v0.1.1

Weekly downloads
11
License
SEE LICENSE IN TE...
Repository
github
Last release
9 years ago

generator-cf-component Build Status

Yeoman generator for creating Capital Framework components.

Installation

Install Yeoman and the Capital Framework component generator:

npm install -g yo generator-cf-component

Usage

Create a new project directory and cd to it:

mkdir my-new-project && cd $_

Run the Capital Framework component generator:

yo cf-component

Compile the assets:

grunt

View the component demo page:

open ./demo/index.html

Build your component!

Contributing

To hack on this generator, fork this repo, clone it and use npm link:

$ cd generator-cf-component
$ npm link
$ cd some-empty-directory-somewhere
$ yo cf-component

Edit the source files and re-run yo cf-component 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
0.1.1

9 years ago

0.1.0

9 years ago