awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tj avatar

tj/mmake

0
View on GitHub↗
1,738 stars·44 forks·Go·11 views

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.

Star history

Star history chart for tj/mmakeStar history chart for tj/mmake

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does tj/mmake do?

Modern Make

What are the main features of tj/mmake?

The main features of tj/mmake are: Build Automation, General Utilities, General Utility Libraries.

Which projects share features with tj/mmake?

Projects with overlapping indexed features include: 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…

Projects sharing features with Mmake

These projects share indexed features with Mmake. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • taskctl/taskctltaskctl avatar

    taskctl/taskctl

    322View on GitHub↗

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

    Go
    View on GitHub↗322
  • tockins/realizetockins avatar

    tockins/realize

    4,439View on 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
    View on GitHub↗4,439
  • go-task/taskgo-task avatar

    go-task/task

    15,721View on 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
    View on GitHub↗15,721
  • afex/hystrix-goafex avatar

    afex/hystrix-go

    4,418View on 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
    View on GitHub↗4,418
Compare all 30 related projects→