Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 763 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 763 Bytes

gpm-plugin-npmi

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

Installation

npm install gpm-plugin-npmi -g

Usage

gpm add https://github.com/gpmer/gpm.js.git -p npmi

# or

gpm add https://github.com/gpmer/gpm.js.git --plugin npmi

Contribute

git clone https://github.com/gpmer/gpm-plugin-npmi.git
cd ./gpm-plugin-npmi
node ./index.js

You can flow Contribute Guide

License

The MIT License