awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

minimalist build system / lightweight build tool

تم تحديث الترتيب في 30 يونيو 2026

For نظام بناء (Build system) بسيط للمشاريع البرمجية, the strongest matches are ninja-build/ninja (Ninja is a minimal, low-level build system designed for), go-task/task (go-task/task is a YAML-based task runner and build tool) and casey/just (just is a lightweight command runner with a simple). Each is ranked by relevance to your query, popularity and recent activity.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “minimalist build systems”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

نتائج البحث عن “نظام بناء (Build system) بسيط للمشاريع البرمجية”

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ninja-build/ninjaالصورة الرمزية لـ ninja-build

    ninja-build/ninja

    13,034عرض على GitHub↗

    Ninja is a low-level build system and executable designed to function as a backend for higher-level build generators. It serves as a build graph processor that evaluates build files to determine the optimal execution order for target dependencies and binaries. The tool focuses on fast software compilation by executing commands based on dependency graphs to transform source code into binaries. It operates as an incremental build tool, utilizing file timestamps to manage build operations and recompile only the modified parts of a project. The system manages build automation through automated d

    Ninja is a minimal, low-level build system designed for speed and simplicity, with a small binary, no required external dependencies, fast incremental builds, and explicit dependency handling — exactly the lightweight, no-frills build tool this search targets.

    C++Incremental Build SystemsManifest-Based Build Systems
    عرض على GitHub↗13,034
  • go-task/taskالصورة الرمزية لـ go-task

    go-task/task

    15,721عرض على GitHub↗

    Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ

    go-task/task is a YAML-based task runner and build tool with incremental builds and dependency graph execution, making it a lightweight and simple alternative to traditional build systems like Make, which aligns with the request for minimal overhead.

    GoIncremental Build SystemsTask Dependency Management
    عرض على GitHub↗15,721
  • casey/justالصورة الرمزية لـ casey

    casey/just

    34,302عرض على GitHub↗

    This project is a command-line task runner designed to manage project-specific workflows through a centralized, configuration-driven interface. It functions as a declarative tool for organizing build logic, environment variables, and task dependencies into a structured format, enabling the automation of complex development pipelines. The tool distinguishes itself by providing a shell-agnostic execution layer that ensures consistent behavior across Windows, macOS, and Linux. It supports advanced workflow orchestration by constructing directed acyclic graphs to manage task prerequisites, while

    just is a lightweight command runner with a simple justfile syntax, small binary, and explicit task dependencies, making it a fitting minimalist build tool that aligns well with the intent of low overhead and simplicity.

    RustTask Dependency Management
    عرض على GitHub↗34,302

Related searches

  • an incremental build system for large codebases
  • أداة لتشغيل المهام وبديل لـ Make مكتوب بلغة Go
  • محرك بناء يعتمد على مفهوم Pipeline-as-Code
  • أدوات البناء والحزم (Build tools & Bundlers)
  • Linux build tools
  • نظام بناء لمشاريع JavaScript ذات المستودع الموحد
  • Source compiler
  • أداة لبناء صور الحاويات بدون الحاجة إلى daemon