0.14.2 • Published 5 months ago

@atomico/run v0.14.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months 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

5 months ago

0.14.0

5 months ago

0.14.1

5 months ago

0.11.0

11 months ago

0.12.0

9 months ago

0.11.1

9 months ago

0.13.0

7 months ago

0.8.4

12 months ago

0.10.1

11 months ago

0.10.0

11 months ago

0.9.0

12 months ago

0.8.1

12 months ago

0.8.0

12 months ago

0.7.1

12 months ago

0.9.2

12 months ago

0.8.3

12 months ago

0.9.1

12 months ago

0.8.2

12 months ago

0.7.0

12 months ago

0.6.0

12 months ago

0.5.1

12 months ago

0.5.0

12 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago