awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Build Lifecycle Orchestrators · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesBuild Lifecycle Orchestrators

Explore 4 awesome GitHub repositories matching development tools & productivity · Build Lifecycle Orchestrators. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Build Orchestration and Logic
  5. Build Orchestration and Configuration
  6. Build Lifecycle Orchestrators

Awesome Build Lifecycle Orchestrators GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • nvm-sh/nvm

    nvm-sh/nvm

    91,751GitHubView on GitHub↗

    This project is a command-line tool designed for managing multiple runtime versions on a local machine. It functions as a shell-based environment manager that enables users to install, switch between, and maintain different versions of a runtime to support project-specific requirements or diverse shell sessions. By dyn

    Triggers automated maintenance and build commands to prepare development environments and verify source file integrity.

    Shellbashinstalllts
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    Inject custom tasks, global constants, and code modifications directly into the build process.

    JavaScriptamdbuild-toolcommonjs
  • go-gitea/gitea

    go-gitea/gitea

    53,820GitHubView on GitHub↗

    Gitea is a self-hosted service designed for managing version control repositories, project issue tracking, and software artifact distribution. It provides a collaborative platform that enables teams to host their own source code, manage development tasks through integrated project boards, and store container images or

    Transforms source code into executable binaries while applying build tags for custom feature sets.

    Gobitbucketcicddevops
  • JetBrains/kotlin

    JetBrains/kotlin

    52,346GitHubView on GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platfor

    Automates build, maintenance, and lifecycle commands to verify project health and readiness throughout the development process.

    Kotlincompilergradle-pluginintellij-plugin

Explore sub-tags

  • Build PluginsModular extensions that add custom functionality or tasks to an existing build system process.
  • Build Task RunnersTools that execute automated build, maintenance, and lifecycle commands defined in project configurations.
  • Compilation Lifecycle HooksScripts or triggers that execute specific logic at defined stages during the software compilation process.
Compilation Pipelines
Processes that transform source code into executable binaries or artifacts using plugins and build-time transformations.