nfg
v1.0.0
Published
Wrapper around npm cli tools to install dependencies from git
Readme
nfg
node from git
Install Node modules from GitHub using npm under 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://[email protected]/user/repo when installing from private repositories. 😬
