Skip to content

Help you to execute npm commands programmatically in JS

Notifications You must be signed in to change notification settings

yqs112358/npm-js-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");
    //...

About

Help you to execute npm commands programmatically in JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published