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

5 repos

Awesome GitHub RepositoriesBuild Tools

Tools that automate source code compilation, dependency management, workspace orchestration, and asset optimization for software development workflows.

Explore 5 awesome GitHub repositories matching miscellaneous curated lists · Build Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Miscellaneous Curated Lists
  3. Curated Resource Collections
  4. Awesome Lists
  5. Engineering Workflow Utilities
  6. Build Tools

Awesome Build Tools GitHub Repositories

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

    vinta/awesome-python

    283,687GitHubView on GitHub↗

    This project is a comprehensive, community-curated directory that organizes a vast landscape of Python software libraries, frameworks, and tools. It serves as a centralized knowledge base designed to facilitate ecosystem navigation and accelerate developer discovery across the entire software development lifecycle. Th

    Pythonawesomecollectionspython
  • sveltejs/svelte

    sveltejs/svelte

    85,874GitHubView on GitHub↗

    Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy fram

    JavaScriptcompilertemplateui
  • animate-css/animate.css

    animate-css/animate.css

    82,632GitHubView on GitHub↗

    Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definit

    CSSanimationcsscss-animations
  • astral-sh/uv

    astral-sh/uv

    79,476GitHubView on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure repr

    Rustpackagingpythonresolver
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • Build-Time Asset OptimizersTools that prune unused code or assets during the build process to reduce bundle size.
  • Component CompilersTools that transform declarative component syntax into imperative DOM manipulation instructions.
  • Dependency Pre-BundlersTools that convert legacy module formats into optimized ESM chunks.
Workspace Orchestrators
Tools that manage multi-package repositories, dependency resolution, and build pipelines for complex project structures.