Awesome
Aura generator for Yeoman
<img src="http://en.gravatar.com/userimage/3193976/53730a1d436c157bf770c04232c2a72b.png?size=200" width="200px"/>=====================================
_
/\ (_)
/ \ _ _ _ __ __ _ _ ___
/ /\ \| | | | '__/ _` | | / __|
/ ____ \ |_| | | | (_| |_| \__ \
/_/ \_\__,_|_| \__,_(_) |___/
_/ |
|__/
=====================================
Usage
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
Generators
Available generators:
Aura Component
Generates a component in app/aura_components
.
Example:
yo aura:component sample
Produces app/aura_components/sample/main.js
Extension
Generates an extension in app/extensions
.
Example:
yo aura:extension storage
Produces app/extensions/storage.js
Styles
Generates cool styles.
Example:
yo aura:styles
Supported types:
- Default (normalize.css)
- Twitter Bootstrap
- Twitter Bootstrap for Compass
- Zurb Foundation
Contribute
See the contributing docs