0.1.13 • Published 11 years ago

generator-angular-next v0.1.13

Weekly downloads
7
License
MIT
Repository
github
Last release
11 years ago

Yeoman Generator for the AngularJS Next Generation

npm.io

Angular Yeoman

This generator is simple enough to create small reusable components (directives) and powerful enough to complete AngularJS applications.

Install

$ npm install -g generator-angular-next

Getting started

  • Scaffold the project:

    $ yo angular-next
  • Then start the application:

    $ gulp serve

Tasks

serve Starts the web server

$ gulp serve

tdd Starts Karma to watch your files and run the unit tests automatically

$ gulp tdd

Subgenerators

$ yo angular-next:module [name]
$ yo angular-next:controller [module_name] [name]
$ yo angular-next:factory [module_name] [name]
$ yo angular-next:directive [module_name] [name]
$ yo angular-next:filter [module_name] [name]

Stack

  • AngularJS
  • Yeoman
  • NodeJS
  • Karma
  • Jasmine
  • Protractor
  • Gulp

Featues

  • Unit tests with Karma and Jasmine
  • E2E tests with Protractor
  • E2E tests with Protractor
  • Authentication with OAuth or OpenID
  • Authentication with OAuth or OpenID
  • Generate Directives, Services, Controllers or Filters with the correspondent test files via Subgenerators
  • Code coverage with Istanbul

Motivation

The motivation behind this generator was the wish to DRY the proccess of configuring the necessary development environment for crafting small and modular components to be distributed on Bower or even entire applications.

Team

Ciro Nunes
Ciro Nunes

License

MIT © Ciro Nunes

0.1.13

11 years ago

0.1.12

11 years ago

0.1.11

11 years ago

0.1.9

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0-beta

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago