awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesTask Automation

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.

Awesome Task Automation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • typicode/huskyAvatar typicode

    typicode/husky

    35,156Vezi pe GitHub↗

    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.

    JavaScriptcommitgithooks
    Vezi pe GitHub↗35,156
  • mysticatea/npm-run-allAvatar mysticatea

    mysticatea/npm-run-all

    5,842Vezi pe GitHub↗

    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.

    JavaScriptclicli-commandcli-commands
    Vezi pe GitHub↗5,842
  • ruyadorno/ntlAvatar ruyadorno

    ruyadorno/ntl

    961Vezi pe GitHub↗

    Node Task List: Interactive cli to list and run package.json scripts

    Interactive menu for listing and running project tasks.

    JavaScript
    Vezi pe GitHub↗961
  • qard/onchangeAvatar Qard

    Qard/onchange

    829Vezi pe GitHub↗

    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.

    TypeScript
    Vezi pe GitHub↗829
  • coderaiser/redrunAvatar coderaiser

    coderaiser/redrun

    128Vezi pe GitHub↗

    ✨🐌 🐎✨ fastest npm scripts runner

    Expands scripts to improve execution speed.

    JavaScript
    Vezi pe GitHub↗128
  • sindresorhus/npm-run-pathAvatar sindresorhus

    sindresorhus/npm-run-path

    108Vezi pe GitHub↗

    Get your PATH prepended with locally installed binaries

    Allows running local binaries by name in the terminal.

    JavaScript
    Vezi pe GitHub↗108
  • micromata/cli-error-notifierAvatar micromata

    micromata/cli-error-notifier

    72Vezi pe GitHub↗

    Sends native desktop notifications if CLI apps fail

    Sends desktop notifications when scripts fail.

    JavaScript
    Vezi pe GitHub↗72
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Task Automation