npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

generator-aura

0.2.0

@dotcypress

npmHomeRepoSnykSocket
Downloads:17
$ npm install generator-aura
DailyWeeklyMonthlyYearly

Aura generator Build Status

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-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:widget
  • aura:extension

Widget

Generates a widget in app/widgets.

Example:

yo aura:widget sample

Produces app/widgets/sample/main.js:

Extension

Generates a extension in app/extensions.

Example:

yo aura:extension storage

Produces app/extensions/storage.js:

Contribute

See the contributing docs

License

BSD license