npm-recursive-commands
v1.1.0
Published
Run npm commands in the working directory and all sub-directories that have a package.json file, excluding node_modules
Downloads
6
Maintainers
Readme
npm-recursive-install
Recursively run a npm command in every folder that contains a package.json
file.
Usage
Simply run any npm command you wish, but with the prefix npm-recursive
. For example, to run npm audit
recursively,
you would run npm-recursive audit
.
Arguments
--skipRoot
will skip the root directory.