Micromamba.mk Alternatives
Similar projects and alternatives to micromamba.mk
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better micromamba.mk alternative or higher similarity.
micromamba.mk discussion
micromamba.mk reviews and mentions
Posts with mentions or reviews of micromamba.mk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-20.
-
I Like Makefiles
Many responses suggesting a simple bash script instead. One reason I like make is that I can just tab-autocomplete targets. No extra setup needed.
If you’re using a single entry point script (e.g. do.sh) and handling $1 you don’t get that for free.
And the moment you need to make your entry point script aware of “B requires A” then you’re going to half-bake something similar to make, anyway.
Here’s [1] my ~80 line version for Python projects (micromamba + uv) which I’ve been pretty happy with.
[1] https://github.com/giovannipcarvalho/micromamba.mk
Stats
Basic micromamba.mk repo stats
1
1
6.4
4 months ago
giovannipcarvalho/micromamba.mk is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of micromamba.mk is Makefile.