
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@oviirup/rush
Advanced tools
Simple and light-weight CLI tool to run scripts parallelly or sequentially
Simple and lightweight CLI tool to run scripts together in parallel or sequentially.
The built-in run command for most of the package managers like npm run ..., and bun run ... cannot run multiple scripts by design, let alone run it in parallel. You need to create a chain of scripts to run it sequentially, which may not look pretty and redundant.
This tool helps to clear up the multi-script running using glob patterns, and also helps to resolve cross-platform script chaining issues.
Install it with whatever package manager you like npm, yarn, or bun.
npm i @oviirup/rush -D
It will install the package with binary rush and you are all ready to run.
@oviirup/rush comes with zero-config binary rush with the following options...
-s --serial : Boolean
Run scripts in sequential order-c --continue : Boolean
Set the flag to continue executing other tasks even if a task throws an error-m --max : Number
Set the maximum number of parallelism. Default is 0 i.e. unlimited-r --race : Boolean
Set the flag to kill all tasks when a task finished with zero--silent : Boolean
Set the log level of npm to silentYou can also use the shorthand flags together like -scr that translates to -s -c -r
$ rush watch:**
$ rush "build:** -- --watch"
$ rush -sr "build:**"
$ rush start-server start-browser start-electron
Note: In some cases, like while using glob patterns you may need to wrap the commands with quotes for them to work properly
You are welcome to contribute to the project. Please follow the contributing guidelines before making any contribution.
git clone https://github.com/oviirup/rush.git
git checkout -b my-new-branch
bun install
FAQs
Simple and light-weight CLI tool to run scripts parallelly or sequentially
We found that @oviirup/rush demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.