0.1.3 • Published 10 years ago

gitnpm v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

gitnpm

npm wrapper for not npm modules

npm could install library from some git repositories. but npm user should set the library like this.

$ npm install git+ssh://git@github.com:yosuke-furukawa/gitnpm.git#master

this is so long....

gitnpm could make the command shorter.

$ gitnpm install yosuke-furukawa/gitnpm
// npm install git+ssh://git@github.com:yosuke-furukawa/gitnpm.git#master
$ gitnpm install yosuke-furukawa/gitnpm v0.1.0
// npm install git+ssh://git@github.com:yosuke-furukawa/gitnpm.git#v0.1.0

If you have github enterprise, you can set the path using setup command

$ gitnpm setup --hostname github.enterprise.com
$ gitnpm install yosuke-furukawa/gitnpm
// npm install git+ssh://git@github.enterprise.com:yosuke-furukawa/gitnpm.git#master

Install

$ npm install gitnpm -g
0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago