nrequire

1.1.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i nrequire

Weekly Downloads

2

Version

1.1.2

License

MIT

Last publish

Collaborators

  • yamadapc