Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

winstall

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winstall

Install all dependencies required by a project

Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

winstall stability

npm version build status downloads js-standard-style

Install all dependencies required by a project.

CLI

  Usage:
    $ winstall [dir] [options]

  Options:
    -h, --help              Print usage
    -v, --version           Print version
    -d, --save-dev          Save as dev dependencies

  Examples:
    winstall               Install all dependencies for index.js
    winstall client.js     Install all dependencies for "client"

Usage

var winstall = require('winstall')

winstall(__dirname + 'index.js', function (err) {
  if (err) throw errr
})

API

install(root, [opts], callback(err))

Install all dependencies for root. Saves all dependencies by default. Opts can be:

  • opts.save-dev: save as dev dependencies instead.

License

MIT

Keywords

intall

FAQs

Package last updated on 10 Jul 2017

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