1.0.1 • Published 4 years ago

angularjs-component-cli v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

angularjs-component-cli

A simple command line tool that bootstraps an angularjs component based architecture app.

Features of the application that is boostrapped

  • It uses ES6 classes for it's component controllers
  • It uses karma and jasmine for unittesting
  • It uses webpack for bundling, transpiling to ES5, converting SASS to CSS.

Installation

Install the CLI package globally using npm install command below.

npm install -g angualarjs-component-cli

Usage

  1. angularjs-component-cli <YourAppName>
  2. cd <YourAppName>

You can find the repository to the seed that is used here

Credits

create-new-cli

Licence

MIT