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

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

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

tj/mmake

0
View on GitHub↗
1,738 نجوم·44 تفرعات·Go·2 مشاهدات

Mmake

Modern Make

Features

  • Build Automation - Modernized version of the Make build tool.
  • General Utilities - Modern Make tool.
  • General Utility Libraries - Modern alternative to Make.

سجل النجوم

مخطط تاريخ النجوم لـ tj/mmakeمخطط تاريخ النجوم لـ tj/mmake

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Mmake.
  • taskctl/taskctlالصورة الرمزية لـ taskctl

    taskctl/taskctl

    322عرض على GitHub↗

    Concurrent task runner, developer's routine tasks automation toolkit. Simple modern alternative to GNU Make 🧰

    Go
    عرض على GitHub↗322
  • tockins/realizeالصورة الرمزية لـ tockins

    tockins/realize

    4,439عرض على GitHub↗

    Realize is a development workflow automator, task runner, and live-reloading tool primarily used for Golang application development. It monitors the filesystem for changes to automatically restart running applications and execute predefined sequences of shell commands and environment variables. The system acts as a multi-project task manager, coordinating and tracking automation workflows across several different software projects simultaneously from a single configuration. Its capability surface covers filesystem event monitoring, process lifecycle management for hot-reloading, and the exec

    Go
    عرض على GitHub↗4,439
  • 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
    عرض على GitHub↗15,721
  • afex/hystrix-goالصورة الرمزية لـ afex

    afex/hystrix-go

    4,418عرض على GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    عرض على GitHub↗4,418
عرض جميع البدائل الـ 30 لـ Mmake→

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

ما هي وظيفة tj/mmake؟

Modern Make

ما هي الميزات الرئيسية لـ tj/mmake؟

الميزات الرئيسية لـ tj/mmake هي: Build Automation, General Utilities, General Utility Libraries.

ما هي البدائل مفتوحة المصدر لـ tj/mmake؟

تشمل البدائل مفتوحة المصدر لـ tj/mmake: tockins/realize — Realize is a development workflow automator, task runner, and live-reloading tool primarily used for Golang… taskctl/taskctl — Concurrent task runner, developer's routine tasks automation toolkit. Simple modern alternative to GNU Make 🧰. go-task/task — Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a… alxrm/ugo. abo/rerate. afex/hystrix-go — This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services…