Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-merge-driver-install

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-merge-driver-install

A package to install npm-merge-driver locally and automatically.

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7K
increased by35.77%
Maintainers
1
Weekly downloads
 
Created
Source

npm-merge-driver-install

Build Status Greenkeeper badge

A package to automatically install npm-merge-driver when possible.

Table of Contents generated with DocToc

Installation

To install run

npm i --save-dev npm-merge-driver-install

When will it installs

It will install when the package is installed if:

  1. We are not running in a CI, unless the NPM_MERGE_DRIVER_IGNORE_CI option is used.
  2. The root project has a .git directory.
  3. The NPM_MERGE_DRIVER_SKIP_INSTALL option is not in use.

Cli usage

It can also be installed by running the provided binary (npm-merge-driver-install) although the rules abov about when it will install still apply.

Options

Options are passed through as command line environment variables

NPM_MERGE_DRIVER_SKIP_INSTALL

If this variable is present in the environment when npm-merge-driver-install is installed, then npm-merge-driver will not be installed.

NPM_MERGE_DRIVER_IGNORE_CI

If this variable is present in the environment when npm-merge-driver-install is installed on a CI it will be possible for npm-merge-driver to be installed in a CI.

FAQs

Package last updated on 31 Oct 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc