awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPre-versioning Tasks

Automated tasks triggered before version updates to prepare distribution artifacts.

Distinct from Project Version Managers: Focuses on pre-versioning lifecycle hooks rather than general project version management.

Explore 2 awesome GitHub repositories matching development tools & productivity · Pre-versioning Tasks. Refine with filters or upvote what's useful.

Awesome Pre-versioning Tasks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nrwl/nxAvatar de nrwl

    nrwl/nx

    28,939Ver en GitHub↗

    This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor

    Executes custom build scripts automatically before version updates to ensure distribution files are ready.

    TypeScriptangularbuildbuild-system
    Ver en GitHub↗28,939
  • sindresorhus/npAvatar de sindresorhus

    sindresorhus/np

    7,699Ver en GitHub↗

    np is a command line tool for managing the versioning and publication of packages to the npm registry. It serves as a release automator and semantic versioning tool that handles version bumps, git tagging, and the upload of packages to public or private registries. The tool distinguishes itself by providing an interactive workflow that guides users through sequential publishing steps, including a preview of all scheduled tasks before remote changes are performed. It includes automated release drafting to generate summary notes and audit capabilities to identify extraneous files or unpublished

    Executes a sequence of dependency cleaning and test scripts as a prerequisite to the package upload process.

    JavaScriptclicli-appjavascript
    Ver en GitHub↗7,699
  1. Home
  2. Development Tools & Productivity
  3. Project Version Managers
  4. Pre-versioning Tasks