jdx/mise を使い始めた。

ミーズと読むらしい。

興味をもったきっかけ

機能

  • 各プログラミング言語のバージョン管理
  • direnv 代替
  • make 代替

Install

❯ brew install mise

Install languages

❯ mise use -g ruby@3.3
❯ mise install go@latest
❯ mise use -g go@latest

Configuration

[settings]
experimental = true
env_file = '.env' # load env vars from a dotenv file, see `MISE_ENV_FILE`

[tools]
ruby = "3.3"
go = "latest"

参考