Skip to content

yeoman-projects/generator-angularjs-module

 
 

Repository files navigation

Build Status

Install


$ npm i -g generator-angularjs-module

Why?

Creating modules for AngularJS, be it for v1 or v2, should be fun. This is what this generator is aiming at.

Since we all know the repetitive stuff is never fun, simply run yo angularjs-module and be happy!

How?

After installing it, run:


$ yo angularjs-module

Answer the questions that'll pop up, and then BOOM!

You've got:

  • Karma ready to run your tests on PhantomJS, Chrome, Firefox, etc.

  • Code coverage;

  • gulpfile.js ready to test your source code, minify it to distribution, etc.

  • Travis CI integration and badge;

  • Coveralls integration and badge;

  • README with both Travis CI and coveralls badge;

License

MIT

About

Generator for ng1 and ng2 modules.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 93.7%
  • TypeScript 6.3%