Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrigaudiere/npm-recursive
https://github.com/nrigaudiere/npm-recursive
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nrigaudiere/npm-recursive
- Owner: nrigaudiere
- License: mit
- Created: 2017-12-01T16:05:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T16:08:00.000Z (about 7 years ago)
- Last Synced: 2024-08-10T23:19:41.099Z (6 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-recursive
##### Recursively run npm in a folder
Takes your tree and checks for package.json in every folder and runs `npm` in every folder.
### Arguments
You can add arguments when running the command
```
$ npm-recursive --cmd upgrade
npm upgrade v1.1.0
success All of your dependencies are up to date.
Done in 0.22s.Current npm path: YOUR_PATH/npm-recursive/package.json...
End of npms```
```
$ npm-recursive --cmd upgrade --opt
```