Mise: Dev tools, env vars, task runner

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. mise

    dev tools, env vars, task runner

    you should see this in tomorrow's release, or you can install with cargo from main branch now: https://github.com/jdx/mise/pull/3414

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. devenv

    Fast, Declarative, Reproducible, and Composable Developer Environments

    Did you try https://devenv.sh/? It uses Nix under the hood but with an improved DX experience. I haven't used it myself personally since I find Nix good enough but I am curious if you would still choose mise over devenv.

  4. devbox

    Instant, easy, and predictable development environments

    I read the project's Readme and all I'm left with is "why?".

    I use Devbox[1] and get access to the entire Nix ecosystem, done.

    [1] https://github.com/jetify-com/devbox

  5. just

    🤖 Just a command runner

    Justfile[0] was a more familiar makefiles replacement for me

    [0]: https://github.com/casey/just

  6. Task

    A task runner / simpler Make alternative written in Go

    Have enjoyed replacing makefiles with https://taskfile.dev/ which looks like it could be more powerful due to being able to detect changes etc. But glad Just has been good.

  7. mise-action

    there is a `mise generate github-action` command which uses https://github.com/jdx/mise-action

    not sure I understand what you mean by "mise steps (having to rewrite / unable to use dependencies etc)."

  8. Poe the Poet

    A task runner that works well with poetry.

    You might enjoy https://poethepoet.natn.io/ it makes tasks easier, and you don't even need poetry to benefit from it (I use it with UV these days)

  9. direnv

    unclutter your .profile

    https://github.com/direnv/direnv/issues/443 but it is not clear to me if it is working for bash

  10. process-compose-flake

    A `flake-parts` module to spin up processes for development by leveraging `process-compose`

    > This is already a solved problem with Nix shell (except the task runner part)

    The task runner part is also solved in Nix. See

    https://github.com/Platonic-Systems/process-compose-flake

    and

    https://github.com/juspay/services-flake

  11. services-flake

    NixOS-like services for Nix flakes

    > This is already a solved problem with Nix shell (except the task runner part)

    The task runner part is also solved in Nix. See

    https://github.com/Platonic-Systems/process-compose-flake

    and

    https://github.com/juspay/services-flake

  12. fnm

    🚀 Fast and simple Node.js version manager, built in Rust

    I switched to https://github.com/Schniz/fnm a while ago and it’s been fantastic. I also bake it into all of our Packer images at work.

  13. nsnvm

    Nuño's stupid node version manager

    I built my own version on nvm (called nsnvm, for "Nuño's stupid node version manager") to solve this. You can see it here: https://github.com/NunoSempere/nsnvm Absurdly fewer features (and might break npm install -g), but very worth it for me for the reduced startup times.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [ANN] lint.nix - simple linting/formatting framework

    4 projects | /r/NixOS | 22 Apr 2023
  • I use the gin (not the framework) reload tool a lot, but I notice it's failing on github

    4 projects | /r/golang | 5 Feb 2021
  • The Most Elegant Configuration Language

    3 projects | news.ycombinator.com | 11 Jan 2025
  • Flox, a better alternative to Dev Containers

    3 projects | news.ycombinator.com | 25 Oct 2024
  • I Like Makefiles

    14 projects | news.ycombinator.com | 20 Sep 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?