1.0.0 • Published 8 years ago
nfg v1.0.0
nfg
node from git
Install Node modules from GitHub using
npmunder the hood.
Install
Install with npm by executing the following command inside a terminal:
$ npm i -g nfgUsage
Afterwards installation is completed can use nfg to install node modules from GitHub.com by specifiying the source as username/repo, for example
$ nfg -g kevingimbel/leetscript-cli
$ nfg lynzt/fs_readfileThe last argument is always the repository. All options like -g are passed to npm directly.
Why?
I'm a lazy person and I don't like to type npm install ssh+git://git@github.com/user/repo when installing from private repositories. 😬
1.0.0
8 years ago