Skip to content

1000ch/install-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-package test

Install node modules from JavaScript.

Install

npm install install-package

Usage

import install from 'install-package';

install('co', '--save').then(result => {
  console.log(result.stdout);
  console.log(result.stderr);
});

API

install(packages, [args], [options])

packages

Type: String, Array<String>

args

Type: String, Array<String>, Object

options

Type: Object

License

MIT © Shogo Sensui

About

Install node modules from JavaScript.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •