1.1.0 • Published 7 years ago
require-global-npm v1.1.0
require-global-npm
require npm from the global install
No need to install npm in your project as it's already here...
Usage
e.g. running npm info require-global-npm without cli
var requireNpm = require('require-global-npm')
var npm = requireNpm()
npm.load((err, _npm) => {
_npm.commands.info(['require-global-npm'], (err, data) => {
// ...
})
})Installation
Requires nodejs.
$ npm install require-global-npmTests
$ npm testLicense
Unlicense https://unlicense.org