7 repository-uri
Tools for managing build scripts and task workflows.
Explore 7 awesome GitHub repositories matching part of an awesome list · Task Automation. Refine with filters or upvote what's useful.
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
Tool for managing Git hooks in Node.js projects.
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
Runs multiple scripts in parallel or serial.
Node Task List: Interactive cli to list and run package.json scripts
Interactive menu for listing and running project tasks.
Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.
Watches files and triggers commands on changes.
✨🐌 🐎✨ fastest npm scripts runner
Expands scripts to improve execution speed.
Get your PATH prepended with locally installed binaries
Allows running local binaries by name in the terminal.
Sends native desktop notifications if CLI apps fail
Sends desktop notifications when scripts fail.