0.1.1 • Published 9 years ago

generator-lionic v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-lionic Build Status Dependency Status

Yeoman generator for Ionic

Installation

Install yo, gulp, bower, generator-lionic, generator-yangular ionic:

npm install -g gulp bower yo generator-lionic generator-yangular ionic

Make a new directory, and cd into it:

mkdir my-new-project && cd my-new-project

Run yo lionic, optionally passing an app name:

yo lionic [app-name]

Ionic CLI

Serve the project at http://locahost:8100

ionic serve

Gulpfile

Run Karma tests

gulp test

Generate ngDocs folder with all the generated documentation in a format that can be hosted

gulp docs

Generators

Available generators:

yo lionic:view name
yo lionic:controller name
yo lionic:state name
yo lionic:directive name
yo lionic:filter name
yo lionic:service name
yo lionic:factory name
yo lionic:constant name

Editor Plugins

License

MIT