=====================================
_
/\ (_)
/ \ _ _ _ __ __ _ _ ___
/ /\ \| | | | '__/ _` | | / __|
/ ____ \ |_| | | | (_| |_| \__ \
/_/ \_\__,_|_| \__,_(_) |___/
_/ |
|__/
=====================================
First make a new directory, and cd into it:
mkdir my-awesome-project && cd $_
Then install generator-aura:
npm install generator-aura
Run yo aura, optionally passing an app name:
yo aura [app-name]
Finally, install npm and bower dependencies:
npm install && bower install --dev
Available generators:
Generates a component in app/aura_components.
Example:
yo aura:component sampleProduces app/aura_components/sample/main.js
Generates an extension in app/extensions.
Example:
yo aura:extension storageProduces app/extensions/storage.js
Generates cool styles.
Example:
yo aura:styles- Default (normalize.css)
- Twitter Bootstrap
- Twitter Bootstrap for Compass
- Zurb Foundation
See the contributing docs