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

3 repos

Awesome GitHub RepositoriesBuild Tools

Utilities that aggregate, bundle, and prepare source code files for distribution or execution within a project.

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

  1. Home
  2. Development Tools & Productivity
  3. Build and Automation Systems
  4. Build Tools

Awesome Build Tools GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

    JavaScriptamdbuild-toolcommonjs
  • sindresorhus/awesome-nodejs

    sindresorhus/awesome-nodejs

    65,038GitHubView on GitHub↗

    This project is a community-driven directory that aggregates essential software projects and educational content for the Node.js ecosystem. It functions as a centralized knowledge base and discovery index, designed to simplify the navigation of a fragmented technical landscape by providing a structured collection of hi

    awesomeawesome-listjavascript
  • 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

    Gobitbucketcicddevops

Explore sub-tags

  • Frontend Asset BundlersTools that aggregate and optimize web assets like scripts, styles, and images for browser consumption.
  • Module BundlersTools that analyze dependency graphs to combine multiple source files and assets into optimized bundles for browser execution.
  • Source Code Retrieval UtilitiesTools that automate the fetching of source code from version control systems for build processes.