1.1.2 • Published 10 years ago

nrequire v1.1.2

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

nrequire

NPM Build Status


Automatic require. Installs dependencies from git and NPM without NPM.

demo

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('ssh+git@github.com: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.