0.2.0 • Published 12 years ago
generator-aura v0.2.0
Aura generator 
Maintainer: Vitaly Domnikov
Usage
First make a new directory, and cd into it:
mkdir my-awesome-project && cd $_Then install generator-aura:
npm install generator-auraRun yo aura, optionally passing an app name:
yo aura [app-name]Finally, install npm and bower dependencies:
npm install && bower install --devGenerators
Available generators:
Widget
Generates a widget in app/widgets.
Example:
yo aura:widget sampleProduces app/widgets/sample/main.js:
Extension
Generates a extension in app/extensions.
Example:
yo aura:extension storageProduces app/extensions/storage.js:
Contribute
See the contributing docs