How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Sends native desktop notifications if CLI apps fail
npm-run-all is a command-line and programmatic tool for running multiple npm scripts in sequence, parallel, or mixed combinations without requiring an external task runner. It provides a straightforward way to orchestrate complex multi-step build or test workflows directly from the terminal or from within Node.js application code. The tool distinguishes itself by supporting mixed execution plans that combine sequential and parallel steps into a single command, allowing users to define dependency graphs where some scripts run concurrently while others wait for completion. It manages child-proc
Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.
The main features of qard/onchange are: File Watchers, Task Automation.
Projects with overlapping indexed features include: coderaiser/redrun — ✨🐌 🐎✨ fastest npm scripts runner. micromata/cli-error-notifier — Sends native desktop notifications if CLI apps fail. mikeal/watch — npm install watch. mysticatea/npm-run-all — npm-run-all is a command-line and programmatic tool for running multiple npm scripts in sequence, parallel, or mixed… ruyadorno/ntl — Node Task List: Interactive cli to list and run package.json scripts. sindresorhus/npm-run-path — Get your PATH prepended with locally installed binaries.