npm-js-interface

1.0.1 • Public • Published

npm-js-interface

Run NPM commmand directly in JS !

Thanks for npm/cli: the package manager for JavaScript (github.com)

Usage

  1. Run npm install npm-js-interface to install

  2. let npm = require('npm-js-interface');
  3. npm("npm help");
    npm("npm list");
    npm("npm install hello-world");
    //...

Package Sidebar

Install

npm i npm-js-interface

Weekly Downloads

0

Version

1.0.1

License

Artistic-2.0

Unpacked Size

2.67 kB

Total Files

4

Last publish

Collaborators

  • yqs112358