gitnpm

0.1.3 • Public • Published

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

/gitnpm/

    Package Sidebar

    Install

    npm i gitnpm

    Weekly Downloads

    4

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • yosuke-furukawa