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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nrwl/nxAvatar de nrwl

    nrwl/nx

    28,939Voir sur 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
    Voir sur GitHub↗28,939
  • sindresorhus/npAvatar de sindresorhus

    sindresorhus/np

    7,699Voir sur 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
    Voir sur GitHub↗7,699
  1. Home
  2. Development Tools & Productivity
  3. Project Version Managers
  4. Pre-versioning Tasks