another-angularjs-cli
v0.1.3
Published
Another AngularJS CLI to create and manage new AngularJS projects.
Downloads
1
Readme
Another AngularJS CLI (AAC)
This is another AngularJS CLI to manage and create Angular > 2 projects, but instead using complex command line instructions, it uses inquirer.js to ask questions to the user to configure the creation process.
So right now, you can create a full minimalistic project, but I pretend to cover more functionality with time.
To use it, just install it from npm:
npm -g install another-angularjs-cli
And create a new project just typing aac and answering a few questions.
Have fun :)