nrequire
v1.1.2
Published
Automatic `require`. Installs dependencies from git and NPM without NPM
Downloads
14
Readme
nrequire
Automatic require
. Installs dependencies from git and NPM without NPM.
Usage
var nrequire = require('nrequire');
// Runs `npm install written-number` and returns the installed module:
nrequire('written-number');
// You can also install from git
nrequire('[email protected]:yamadapc/written-number');
Installing
npm install nrequire
License
This code is licensed under the MIT license for Pedro Tacla Yamada. For more information please refer to the LICENSE file.