🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

install-package

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

install-package

Install node modules from JavaScript.

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
36
-73.13%
Maintainers
1
Weekly downloads
 
Created
Source

install-package

Install node modules from JavaScript.

Build Status

Install

npm install install-package

Usage

const install = require('install-package');

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

API

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

packages

Type: String, Array<String>

options

Type: String, Array<String>, Object

execOptions

Type: Object

License

MIT: http://1000ch.mit-license.org

Keywords

npm

FAQs

Package last updated on 11 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts