0.0.2 • Published 8 years ago

lerna-run v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

lerna-run

run command in each packages of monorepo (lerna)

Circle CI

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