Skip to content

loetjvr/generator-lionic

Repository files navigation

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

About

Yeoman generator for Ionic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published