0.1.1 • Published 9 years ago

generator-fai v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Yeoman Generator for Fai Apps.

Yeoman-generator to automate the creation of a fai application.

Installation

npm install -g yo generator-fai

Usage

Create your project folder

mkdir project && cd $_

Initialize the project

yo fi

When in development you can watch for changes

npm run watch

In another terminal window, you can optionally run browser-sync for your convenience

npm run sync

Bundle creation

You can create an example bundle using this simple command.

yo fi:bundle bundlename