0.0.10 • Published 7 years ago

angular-components-cli v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

angular-components-cli

Nodejs CLI to generate all needed files in angular when creating components and services with the best practices

Global install

npm install angular-components-cli -g

how to use it

angularjs component [component-name]
angularjs service [service-name]

Example

angularjs component my-component

// Generates the files with needed code:

my-component.component.js
my-component.controller.js
my-component.spec.js
my-component.html
angularjs service my-service

// Generates the file with needed code:

my-service.service.js

TODO

Make support for:

  • Factories
  • Directives
0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago