gpm plugin for run npm install after add repository
if the project contain package.json and yarn.lock and command yarn is valid.
will run yarn instead of npm install
npm install gpm-plugin-npmi -ggpm add https://github.com/gpmer/gpm.js.git -p npmi
# or
gpm add https://github.com/gpmer/gpm.js.git --plugin npmigit clone https://github.com/gpmer/gpm-plugin-npmi.git
cd ./gpm-plugin-npmi
node ./index.jsYou can flow Contribute Guide
The MIT License