1.0.1 • Published 3 years ago
npm-js-interface v1.0.1
npm-js-interface
Run NPM commmand directly in JS !
Thanks for npm/cli: the package manager for JavaScript (github.com)
Usage
Run
npm install npm-js-interfaceto installlet npm = require('npm-js-interface');npm("npm help"); npm("npm list"); npm("npm install hello-world"); //...