install-package

2.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i install-package

Weekly Downloads

15

Version

2.0.0

License

MIT

Unpacked Size

3.14 kB

Total Files

3

Last publish

Collaborators

  • 1000ch