2 repository-uri
Tools that create production-ready configuration and lock files for external deployment environments.
Distinct from Metadata Generators: Distinct from general metadata generators: focuses on deployment-specific artifacts like lock files and package manifests.
Explore 2 awesome GitHub repositories matching development tools & productivity · Deployment. 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
Generates production-ready deployment manifests and lock files by analyzing project dependency graphs.
Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program
Injects additional files or custom bootstrap scripts into the generated deployment package to support specific runtime configurations.