16 open-source projects similar to micromata/cli-error-notifier, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cli Error Notifier alternative.
Node Task List: Interactive cli to list and run package.json scripts
HashMark is a small utility which takes a file (or sdtin) as input, and writes the contents of the input to a file named with a hash digest of the file. This is useful for cache busting sticky caches - files can have far future expires headers and when the code changes, a new filename is created.
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.
Edit npm scripts from the command line without worrying about json escaping.
Get the gzipped size of a file or stdin
Get your PATH prepended with locally installed binaries
Forrest is an npm desktop client to deal with daily work flows. It lets you control common npm commands and all custom scripts defined in the package.json.
Use npm-run to ensure you're using the same version of a package on the command-line and in package.json scripts.
Install as a global tool npm install -g npm-quick-run. This creates two aliases nrun and nr
Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a project repository. It functions by redirecting standard version control event triggers to a centralized configuration directory, allowing teams to standardize development workflows and enforce code quality without requiring manual setup on every machine. The tool enables custom workflow automation by triggering shell scripts during operations such as committing or pushing code. It distinguishes itself by integrating directly into package manager lifecycles, ensuring that aut