1.0.7 • Published 2 years ago

@flaze/npi v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npi

A cli tool that lets you install NPM packages directly from its GitHub repository.

Install via npm

$ npm install -g @flaze/npi

Install Locally

$ git clone https://github.com/flaze-dev/npi.git
$ cd npi
$ npm install
$ npm run install:bin

Publish

# update the package.json to the next version
$ npm adduser # if not logged in
$ npm version <new_version>
$ npm publish
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5-npm

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago