bemble / generator-ping

Yeoman generator to bootstrap angular app.
0 stars 0 forks source link

generator-ping

NPM version Build Status Coverage Status

Yeoman generator to bootstrap AngularJs component oriented application, flavored with Typescript and other stuff.

Installation

npm install -g generator-ping

What does it bring?

Generation helpers

Create a new component

Components are created in the src/components folder. This generator also bootstraps karma and protractor tests.

yo ping:component

Create a new page

A page is a component, prefixed with Page, with its route configured in the application (src/app.ts).

yo ping:page

Create a new AngularJs service

yo ping:service

IDE configuration

You might want to configure your IDE to quickly start developing without spending time with configuration. Just do the following command and select you IDE:

yo ping:ide

See just below what the generator do to your IDE.

WebStorm

VisualStudio Code

Dev notes

To run the tests, simply install mocha globally and run:

mocha