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

npm-inst-all

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-inst-all

npm install all nested package.json recursively or for given pathes

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-25%
Maintainers
1
Weekly downloads
 
Created
Source

npm-inst-all

The package is used to easily install nested NPM depencies in your project.

Installation

npm install npm-inst-all -g # install package globally.

You can also specify npm-inst-all as depency in your package.json to install it locally

Usage

Given the next project structure:

   service1/
      package.json  #service1 dependecies
      
   service2/
      package.json  #service2 dependecies

   package.json  #base project dependecies

And assuming that you are in the project/ directory, Install all depencies (base, service1 and service2) with one command: npm-inst-all .

Note: it is possible to specify the base directory. To install depencies of service1 just type

npm-inst-all ./service1/

or just use absolute path

npm-inst-all `/home/users/.../service1/

Keywords

FAQs

Package last updated on 22 Jun 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

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