Tools I love: mise(-en-place)
blog.vbang.dk
Tools I love: mise(-en-place)
1–10 of 51 posts
Re: Tools I love: mise(-en-place)
#2So if I understand it correctly, it's a mix between GNU Make and `asdf`?
Re: Tools I love: mise(-en-place)
#3So if I understand it correctly, it's a mix between GNU Make and `asdf`?
Yep! And direnv on top of that :)
Re: Tools I love: mise(-en-place)
#4So if I understand it correctly, it's a mix between GNU Make and `asdf`?
Author of mise has a page comparing it to asdf:
Re: Tools I love: mise(-en-place)
#5So if I understand it correctly, it's a mix between GNU Make and `asdf`?
On top of that, it also enabled environment management (replacing direnv). Env vars can also be retrieved from secret stores.
It can also manage tools from various backends, e.g. go, aqua, cargo, npm, ubi and others
Re: Tools I love: mise(-en-place)
#6So if I understand it correctly, it's a mix between GNU Make and `asdf`?
Somewhat, but it’s easier to use than asdf
Re: Tools I love: mise(-en-place)
#7Recently completed a switch from asdf, and can confirm, this tool is great and it's now part of my base machine setup going forward.
Re: Tools I love: mise(-en-place)
#8So if I understand it correctly, it's a mix between GNU Make and `asdf`?
On top of that, it also enabled environment management (replacing direnv). Env vars can also be retrieved from secret stores. It can also manage tools from various backends, e.g. go, aqua, cargo, npm, ubi and others
I wish they had some direct envrc support, so that legacy projects wouldn't have to be migrated to mise.toml
Re: Tools I love: mise(-en-place)
#9Hey, was reading your post and realised that your tag pages aren't working e.g. https://blog.vbang.dk/tag/mise/ Just in case you wanted to fix them
Re: Tools I love: mise(-en-place)
#10Executables need to be more stable. I shouldn't have to manage versions this way at all. i.e., I should never need to downgrade a program. I think the Python 2 -> 3 fiasco broke everyone's brains.