Skip to content

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

License

Notifications You must be signed in to change notification settings

fabiospampinato/scex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -s 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published