2 dépôts
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.
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.
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.