1.1.0 • Published 1 year ago

scex v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Scex

A simple runner for npm scripts that can execute multiple scripts, in serial or in parallel.

Install

npm install -g scex

Usage

Execute multiple npm scripts in serial:

scex foo bar baz

Execute multiple npm scripts in parallel:

scex -p foo bar baz

Execute multiple npm scripts directly, bypassing npm run:

scex -b -s foo bar baz

License

MIT © Fabio Spampinato

1.0.2

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago