instreq
2.0.0 • Public • Published
npm i --save instreq
Like require()
but installs modules if not found in ./node_modules
(runsnpm i [mod] --save')
This is mainly useful for the Node REPL.
$ npm init
$ npm i instreq
$ node
> require('instreq')
> moment=instreq('moment')
> moment().format()
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads