Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

nisd

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nisd

Npm Install in SubDirectories. Yes, it's that simple. Use it like: `nisd [subdirs...]` (Example: `nisd client server scripts`)

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

Npm Install in SubDirectories

Npm Install in SubDirectories. Yes, it's that simple. Use it like: nisd [options] <directories...> (Example: nisd --async client server scripts)

Click here for the general version!

Click here for the yarn install version!

Usage

  Usage: nisd [options] <directories...>

  Options:
    -a, --async        Execute npm async across all folders, output will be a mess
    -e, --allowErrors  Allow errors (at default we stop when there is one). NOTE: always true when in async mode!
    -h, --help         output usage information

Examples

Cli: nisd --async client server testSetup/mockServer

Package.json:

{
  "name": "Root",
  "version": "0.0.1",
  "description": "mainFolder",
  "scripts": {
    "postinstall": "nisd client server"
  }
}

Compatibility

All npm errors are ignored because they are structured really randomly. If you want a build to fail on install errors, use the yarn version instead. Works on Linux, Mac and Windows. If not, create an issue and I will fix it. :-)

Keywords

npm

FAQs

Package last updated on 09 Nov 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