run-everywhere
v0.2.2
Published
Run npm/yarn install in every directory
Downloads
3
Readme
run-everywhere
Install your dependencies with single command! This utility helps you run any command in every directory that has package.json
file.
Usage
Install all your dependencies with NPM:
npx run-everywhere
or with Yarn:
npx run-everywhere yarn
License
MIT Licensed