https://github.com/jaystack/recursive-npm
https://github.com/jaystack/recursive-npm
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaystack/recursive-npm
- Owner: jaystack
- License: mit
- Created: 2016-09-05T06:59:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T05:55:36.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T05:55:55.865Z (5 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recursive-npm
A small utility to recursivly run npm command...
## Install
`npm install recursive-npm -g`## Usage
`recursive-npm`run `npm install` in current folder and all subfolders
`recursive-npm ./test`
run `npm install` in test folder and all subfolders
`recursive-npm ./test -command 'install -q' build`
run `npm install -q` after that `npm run build` commands in test folder and all subfolders