CWFT-NPM
A set of Templates used manipulate npm artifacts
npm-install
On a current source folder of an nodejs application, execute npm i
to install dependencies.
npm-run
On a current source folder of an nodejs application, execute npm run
to execute a node script.