lerna-run
v0.0.2
Published
run command in each packages of monorepo (lerna)
Downloads
3
Readme
lerna-run
run command in each packages of monorepo (lerna)
- https://github.com/shokai/lerna-run
- https://npmjs.com/package/lerna-run
Install
% npm i lerna-run -g
Use
move into each directories, and execute command.
serial
% lerna-run ls
% lerna-run babel src/ --out-dir lib/
parallel
% lerna-run --parallel babel src/ --out-dir lib/ --watch