Skip to content

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

License

Notifications You must be signed in to change notification settings

yamadapc/nrequire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Donations

Would you like to buy me a beer? Send bitcoin to 3JjxJydvoJjTrhLL86LGMc8cNB16pTAF3y

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published