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

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

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

cake-build/cake

0
View on GitHub↗
4,179 نجوم·774 تفرعات·C#·MIT·8 مشاهداتcakebuild.net↗

Cake

Cake هو نظام لأتمتة البناء (build automation) وإطار عمل للسكربتات عبر المنصات يسمح للمستخدمين بتعريف خطوط أنابيب بناء البرمجيات باستخدام سكربتات C#. يعمل كمنسق لخط أنابيب CI/CD ومشغل للبناء، ويوفر لغة خاصة بالمجال (DSL) ذات أنواع قوية لتبسيط تنسيق عمليات التجميع والاختبار والتعبئة عبر Windows وLinux وmacOS.

يضمن النظام بيئات بناء قابلة للتكرار من خلال تثبيت إصدارات أدوات البناء والوحدات والتبعيات. يتميز بتمكين سير عمل سكربتات C# مع دعم كامل لبيئات التطوير المتكاملة (IDE)، بما في ذلك الإكمال التلقائي، وتمييز الصيغة، وتنفيذ المهام المباشر داخل المحررات.

يغطي إطار العمل مجموعة واسعة من الإمكانيات، بما في ذلك تنفيذ المهام عبر الرسم البياني الموجه غير الدوري (DAG)، وتجريد العمليات عبر المنصات، وتثبيت الأدوات تلقائياً. يتميز باكتشاف بيئات التكامل المستمر المختلفة ويوفر قابلية للتوسعة من خلال بنية إضافات تعتمد على NuGet وحقن التبعيات.

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

Features

  • Frameworks - Provides a framework for organizing build logic into reusable tasks with version-pinned tools and dependency management.
  • Build Orchestrators - Coordinates complex build lifecycles including compilation, testing, and packaging via a strongly-typed C# DSL.
  • Build Automation - Scripts and automates compilation, testing, and packaging steps using a strongly-typed domain-specific language.
  • Build Orchestration Tools - Automates the execution sequence and dependencies of external command-line tools and compilers via structured scripts.
  • Cross-Platform Build Systems - Enables the definition and execution of software build pipelines across Windows, Linux, and macOS using a unified tool.
  • Build Automation Scripts - Creates automated software build processes using scripts or console applications.
  • C# Build Automation Systems - Provides a full-featured system for defining build pipelines using a strongly-typed C# domain-specific language.
  • Build Configuration Arguments - Processes command-line arguments and environment variables to parameterize the build automation process.
  • Build Script Execution Engines - Provides a CLI execution engine to run typed C# build script functions with support for dry runs and debugging.
  • C# Scripting Workflows - Enables writing build logic in C# with full IDE support, including autocomplete and debugging.
  • Command Line Argument Parsing - Maps external command-line input to internal properties to dynamically control build behavior.
  • Cross-Platform Process Abstractions - Provides a unified abstraction for launching external command-line tools across Windows, Linux, and macOS.
  • Cross-Platform Script Runners - Provides a console-based execution engine that runs automation scripts on Windows, Linux, and macOS.
  • Automated Test Execution - Runs suites of tests against compiled solutions to verify software functionality.
  • External Command Execution - Executes system programs and manages their arguments and output within the build sequence.
  • Task Execution Integrations - Allows specific build tasks to be triggered directly from within the IDE interface.
  • Script Code Intelligence - Downloads required packages to provide autocomplete and type-checking for build scripts within the editor.
  • Software Compilation - Transforms source code into binaries using specific build configurations and settings.
  • Task Dependency Management - Defines execution order and prerequisites to ensure tasks run in a deterministic sequence.
  • Build Task Definitions - Allows defining runnable units of work as tasks with specific dependencies and error handling logic.
  • Version Pinning - Locks specific versions of build extensions to ensure consistent and reproducible environments.
  • Build Pipeline Integrations - Links build processes to common platforms using extensions to automate pipeline execution.
  • CI/CD Integrations - Detects active CI platforms to automatically retrieve metadata and adjust build behavior per environment.
  • CI/CD Orchestration - Coordinates compilation, testing, and packaging across various continuous integration environments.
  • CI/CD Pipeline Orchestration - Coordinates software delivery workflows and retrieves environment metadata across diverse CI/CD platforms.
  • CI/CD Platform Integrations - Connects build processes to external continuous integration platforms to automate execution across environments.
  • CI Provider Detection - Identifies the active continuous integration provider to conditionally execute tasks and adjust behavior.
  • Process Execution - Provides precise control over the startup settings, arguments, and environment of external executables.
  • JIT-Compiled Script Runtimes - Executes build definitions by compiling C# source code into binaries at runtime.
  • Domain Specific Languages - Provides a strongly-typed set of aliases and methods that simplify the orchestration of common build tasks.
  • Process Abstractions - Launches external command-line tools using a unified interface that abstracts operating system differences.
  • Build Lifecycles - Implements standardized sequences of build phases, executing specific logic before the first task and after the final task.
  • Directed Acyclic Graph Pipelines - Orders task execution by resolving prerequisites and dependencies using directed acyclic graphs.
  • Reproducible Build Environments - Ensures consistent software assembly by pinning versions of build tools, modules, and dependencies.
  • Build Configuration Overrides - Implements a priority hierarchy of arguments and configuration files to override default build settings.
  • Code Syntax Highlighting - Provides color coding in script files to improve readability and structure recognition.
  • Script Organization - Supports splitting build logic across multiple files to improve maintainability and structural organization.
  • Build Property Definitions - Defines text-based build properties to control the behavior and configuration of the build process.
  • Build Definition Organization - Splits build logic across multiple files to maintain structure and readability in large applications.
  • Build Script Host Applications - Provides a structured console application environment to host and manage the execution of build scripts.
  • Build Server Management - Connects the build system to external servers for automated job triggering and reporting.
  • Command Aliasing Tools - Provides built-in aliases for common build tools and package managers to streamline the pipeline.
  • Fallback Variable Defaults - Retrieves system environment variables with support for fallback default values.
  • Build Task Parallelism - Runs multiple independent build and test steps concurrently to reduce total processing time.
  • Binary Dependency Bootstrapping - Automates the installation of required tools and modules before execution to ensure environment consistency.
  • External Assembly Loading - Loads external DLLs into the execution environment to make their types and methods available.
  • Build Script Imports - Loads shared utility functions from local files or packages to reuse build logic across different projects.
  • GitHub API Integrations - Automates interactions with GitHub repository services to manage workflows within the build process.
  • GitLab Integrations - Executes API calls via specialized aliases to manage GitLab repositories and project settings.
  • Rider Integrations - Integrates run configurations, project templates, and task execution directly within JetBrains Rider.
  • Manual Task Triggering - Allows individual build tasks to be executed directly via a user interface without using a command line.
  • NuGet Package Resolvers - Fetches external assemblies from the NuGet registry for use within build scripts.
  • Conditional Task Execution - Evaluates predicates and expressions at runtime to determine if specific build tasks should be executed or skipped.
  • Reusable Build Logic - Shares common scripts and logic across multiple projects and repositories for consistency.
  • SDK Integration - References and imports software development kits from package providers to provide necessary build tools.
  • Tool Installers - Automates the downloading and installation of required binaries from package providers or local storage.
  • Version Pinning Tools - Locks external tool dependencies to specific versions to maintain build consistency across environments.
  • VS Code Extensions - Integrates language support, code navigation, and task execution directly within Visual Studio Code.
  • Task Hooks - Provides hooks that execute logic immediately before and after every individual task to handle cross-cutting concerns.
  • Build Exit Code Controls - Controls build outcomes by throwing exceptions that trigger error logs and return non-zero process exit codes.
  • CI Metadata Retrieval - Retrieves build numbers and environment metadata provided by the host CI system.
  • Build Task Execution - Allows triggering of specific build tasks by name, with the option to skip prerequisite dependencies.
  • Build Error Handling - Intercepts task exceptions to execute recovery logic or report errors without halting the entire build.
  • Azure DevOps Pipelines - Connects to Azure DevOps instances to automate build processes and manage pipeline tasks.
  • Build Step Gating - Determines which build steps to execute based on the detected environment using preprocessor symbols.
  • Containerized Build Environments - Wraps automation logic into container images to ensure reproducible and consistent build execution.
  • Build Dependency Management - Manages required add-ins, tools, and modules from external packages directly within the build configuration.
  • Build System Extensibility - Integrates community-driven add-ins and modules to add specialized tasks to the build system.
  • Build Script Extensions - Provides a mechanism to create external libraries that add new methods and properties to build scripts.
  • Self-Contained Deployments - Compiles build scripts into independent, self-contained executables that run without a pre-installed runtime.
  • Shared Logic Packages - Packages shared tasks and assemblies as reusable units to ensure consistency across multiple projects.
  • Typed Aliases - Uses strongly-typed method aliases for common build tools to automate argument formatting and ensure correctness.
  • Build Artifact Management - Manages build outputs by copying directories, compressing archives, and creating distribution packages.
  • Build Logic Sharing - References external project files and directories to share build logic and dependencies across projects.
  • Dependency Injection Containers - Registers and resolves internal services via a container to decouple build logic.
  • Assembly-Based Extensions - Extends build capabilities by importing external compiled .NET assemblies via NuGet packages.
  • .NET IoC Containers - Implements a .NET-based Inversion of Control container to register and resolve services within build tasks.
  • Build Logic Bootstrapping - Downloads and loads external build logic from a package source before the main script execution begins.
  • Post-Task Callback Automation - Automatically triggers specific code blocks upon the completion of a build task, regardless of success or failure.
  • Plugin-Based Architectures - Loads external assemblies and add-ins from NuGet to extend the build system with new aliases.
  • Build Pipeline Data Sharing - Implements mechanisms for passing state and configuration context between different tasks within a single build execution.
  • Deferred Failure Strategies - Collects all exceptions during execution and defers throwing them until all defined build actions have finished.
  • Build Progress Logging - Writes status and diagnostic messages to the console using predefined logging aliases.
  • Rich Terminal UIs - Displays visual elements like progress bars, tables, and charts to improve the readability of build output.
  • Build Automation - Cross-platform build automation with a C# DSL.
  • Build Automation - Cross-platform build automation using C# scripts.
  • Developer Tooling - Cross-platform build automation system with a C# DSL.

سجل النجوم

مخطط تاريخ النجوم لـ cake-build/cakeمخطط تاريخ النجوم لـ cake-build/cake

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Cake

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Cake.
  • project-chip/connectedhomeipالصورة الرمزية لـ project-chip

    project-chip/connectedhomeip

    8,586عرض على GitHub↗

    This project is an open-source software development kit and framework for implementing the Matter smart home standard. It provides a universal IPv6-based application layer and a cluster-based data model to ensure interoperability between diverse smart home devices and controllers. The system is distinguished by its multi-transport network abstraction, which maps Bluetooth LE, Thread, and Wi-Fi implementations to a common layer. It includes specialized tooling for secure device commissioning via QR codes and NFC, as well as a comprehensive over-the-air firmware update system for distributing s

    C++build-with-matterchipconnected-devices
    عرض على GitHub↗8,586
  • facebook/buckالصورة الرمزية لـ facebook

    facebook/buck

    8,542عرض على GitHub↗

    Buck is a multi-language build system and modular build orchestrator designed to compile and package software modules across different programming languages and hardware platforms. It functions as a hermetic build tool, isolating the build process from the host system to ensure consistent and reproducible outputs. The system manages polyglot software builds by organizing code into small, independent units to facilitate faster compilation. It operates as a cross-platform package manager that creates and distributes software components across various operating systems and language ecosystems.

    Javaandroidbuckbuild-tool
    عرض على GitHub↗8,542
  • google/wireitالصورة الرمزية لـ google

    google/wireit

    6,409عرض على GitHub↗

    Wireit is a build system orchestrator and npm script task runner that manages complex dependencies between scripts. It functions as a development workflow automator by tracking input files and dependencies to skip redundant executions and optimize total build time. The project features a content-addressable build cache that saves generated files to bypass expensive computations. It includes a file watcher that monitors project changes and automatically triggers only the affected scripts within a dependency graph. The tool covers task orchestration through parallel script execution, backgroun

    TypeScript
    عرض على GitHub↗6,409
  • earthly/earthlyالصورة الرمزية لـ earthly

    earthly/earthly

    12,035عرض على GitHub↗

    Earthly is a containerized build system and Docker build framework designed for creating reproducible build pipelines. It ensures environment consistency by executing every build step inside an isolated container, combining the isolation of container images with dependency tracking and parallel execution. The system differentiates itself through a focus on hermeticity and multiplatform support, allowing for the generation of container images targeting multiple CPU architectures within a single execution flow. It maintains a hermetic build environment by isolating network access and utilizing

    Gobuildbuild-automationbuild-system
    عرض على GitHub↗12,035
عرض جميع البدائل الـ 30 لـ Cake→

الأسئلة الشائعة

ما هي وظيفة cake-build/cake؟

Cake هو نظام لأتمتة البناء (build automation) وإطار عمل للسكربتات عبر المنصات يسمح للمستخدمين بتعريف خطوط أنابيب بناء البرمجيات باستخدام سكربتات C#. يعمل كمنسق لخط أنابيب CI/CD ومشغل للبناء، ويوفر لغة خاصة بالمجال (DSL) ذات أنواع قوية لتبسيط تنسيق عمليات التجميع والاختبار والتعبئة عبر Windows وLinux وmacOS.

ما هي الميزات الرئيسية لـ cake-build/cake؟

الميزات الرئيسية لـ cake-build/cake هي: Frameworks, Build Orchestrators, Build Automation, Build Orchestration Tools, Cross-Platform Build Systems, Build Automation Scripts, C# Build Automation Systems, Build Configuration Arguments.

ما هي البدائل مفتوحة المصدر لـ cake-build/cake؟

تشمل البدائل مفتوحة المصدر لـ cake-build/cake: project-chip/connectedhomeip — This project is an open-source software development kit and framework for implementing the Matter smart home standard.… facebook/buck — Buck is a multi-language build system and modular build orchestrator designed to compile and package software modules… google/wireit — Wireit is a build system orchestrator and npm script task runner that manages complex dependencies between scripts. It… gradle/gradle — Gradle is a build automation tool for the Java Virtual Machine that functions as a polyglot build orchestrator. It… earthly/earthly — Earthly is a containerized build system and Docker build framework designed for creating reproducible build pipelines.… blade-build/blade-build — Blade-build is a multi-language build system and software orchestrator designed to automate the compilation, linking,…