angularjs-component-cli
v1.0.1
Published
A simple command line tool that bootstraps an angularjs component based architecture app
Downloads
2
Maintainers
Readme
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
andjasmine
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
angularjs-component-cli <YourAppName>
cd <YourAppName>
You can find the repository to the seed that is used here