@flaze/npi
v1.0.7
Published
A cli tool that lets you install NPM packages directly from its GitHub repository.
Readme
npi
A cli tool that lets you install NPM packages directly from its GitHub repository.
Install via npm
$ npm install -g @flaze/npiInstall Locally
$ git clone https://github.com/flaze-dev/npi.git$ cd npi
$ npm install
$ npm run install:binPublish
# update the package.json to the next version$ npm adduser # if not logged in
$ npm version <new_version>
$ npm publish