5 repos
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.
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
Bundles build tools and task runners for automating source code compilation and dependency management.
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
Converts high-level component definitions into surgical, imperative instructions for direct DOM manipulation.
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
Optimizes final bundle sizes by allowing developers to selectively import only the necessary animation modules and customize class prefixes during build time.
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
Coordinates dependencies and build processes across multi-package Python repositories.
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
Converts legacy CommonJS and UMD dependencies into optimized ESM chunks to improve browser loading efficiency.