rcorp / standard-project-structure

A mission to improve developer productivity. Automate Everything ™ !
Apache License 2.0
5 stars 3 forks source link

Make SPS a CLI (command line tool) #59

Open gaurav21r opened 7 years ago

gaurav21r commented 7 years ago

Instead of users having to write yo ./standard-project-structure/generators/linter how about users doing npm install -g standard-project-structure and then sps linter for installation and grunt lint for running.

We'll need to see how common node tools like mocha, grunt, gulp, browserify etc are CLI tools.

This is somewhat how Polymer CLI works. For some tasks such as scaffolding it uses Yeoman under the hood!