Automate Deployment with NPM

Babandeep Singh
1 min readSep 15, 2020

I was working with Angular and trying to look how globally dependency can be install and while looking for access of ‘ng’ from user bin folder (https://github.com/angular/angular-cli/blob/master/packages/angular/cli/package.json) I came across a automating deployment with CLI. I have created a small CLI with INQUIRE (https://www.npmjs.com/package/inquirer) with few step as true/false and selecting from list. You can have a look at video below.

https://streamable.com/iqw4q2

URL: https://www.npmjs.com/package/config-react-vue-static-now

--

--