Plop Pack Npm Install Packages
A PlopJS action to install packages with NPM.
Installation
npm i plop-pack-npm-install-packages
Usage
module { // Loads the npmInstall action type plop; plop;};
For a Plop action that runs npm install
for all the dependencies in a package.json
, check out plop-pack-npm-install.