npm-inst-all
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -35,3 +35,3 @@ const path = require('path'); | ||
return chain.then(() => { | ||
console.log(chalk.bgGreen.white(`\n${i+1}/${packages.length} Installing depencies in ${dirName}`)); | ||
console.log(chalk.bgGreen.white(`\n${i+1}/${packages.length} Installing dependencies in ${dirName}`)); | ||
@@ -38,0 +38,0 @@ return npm.install({ |
{ | ||
"name": "npm-inst-all", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "npm install all nested package.json recursively or for given pathes", | ||
@@ -5,0 +5,0 @@ "main": "lib/npm-inst-all.js", |
# npm-inst-all | ||
The package is used to easily install nested NPM depencies in your project. | ||
The package is used to easily install nested NPM dependencies in your project. | ||
@@ -26,6 +26,6 @@ | ||
And assuming that you are in the project/ directory, | ||
Install all depencies (base, service1 and service2) with one command: ```npm-inst-all .``` | ||
Install all dependencies (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 | ||
Note: it is possible to specify the base directory. To install dependencies of ```service1``` just type | ||
@@ -32,0 +32,0 @@ ```npm-inst-all ./service1/``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3560