0.14.2 • Published 2 years ago

@atomico/run v0.14.2

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

@atomico/run

Improves script run when using NPM Workspaces work, with @atomico/run you can:

  1. Run multiple scripts via a list of expressions.
  2. Run the scripts in parallel and observe the execution according to package.
  3. Filter the packages that run the script.

@atomico/run internally uses npm workspaces to learn the package tree and launch scripts, use @atomico/run if you are looking for parallel execution of multiple scripts

Flags

-p, --parallel

Run the scripts in parallel, example:

run test -p

-s, --sequential

Run the scripts sequentially, example:

run step:1 step:2 step:3 -s

-w, --workspace

run build -w=@ui/*

Filter the scripts to run

0.14.2

2 years ago

0.14.0

2 years ago

0.14.1

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.13.0

2 years ago

0.8.4

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.9.2

2 years ago

0.8.3

2 years ago

0.9.1

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago