|
|
|
|
|
by zephraph
261 days ago
|
|
I'm really bullish on mise as a tool. It's quickly become one of my goto tools when starting a new project. Being able to have one config file to manage tools (node, python, rust, go, etc) as well as a simple makefile replacement makes it incredibly convenient. I pretty much always setup a `postinstall` hook so all someone has to do is `mise install` one of my projects and they'll get all the correct tool versions as well as having dependencies installed (like running `npm install`) automatically. I feel it's significantly more practical than something like nix which feels like it has a steep learning curve. |
|
e.g. `languages.rust.enable = true` and you're off to the races. You can add scripts, tasks, other packages, etc