0.0.1 • Published 8 years ago

generator-lateralus v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

generator-lateralus

A Yeoman generator for Lateralus apps.

To install generator-lateralus:

npm install -g generator-lateralus

To create and install a new Lateralus app:

mkdir my-new-project && cd $_
yo lateralus

To create a new component:

yo lateralus:component [component-name]

Components must be named-like-this.

Note: Components will not be automatically wired up as RequireJS packages after being created. This must be done manually in your app/scripts/main.js file.