1.0.0 • Published 4 years ago

@w00zla/npm-recurser v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

npm-recurser

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-recurser --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-recurser/package.json...
End of execution
npm-recurser --cmd upgrade --opt <package-name>

Credits

This is a fixed version of npm-recursive. All credits go to its original author!

1.0.0

4 years ago