MyGit

jdx/mise

Fork: 310 Star: 11081 (更新于 2024-12-09 20:55:24)

license: MIT

Language: Rust .

dev tools, env vars, task runner

最后发布版本: v2024.12.3 ( 2024-12-09 00:37:00)

官方网址 GitHub网址

mise-logo
mise-en-place

Crates.io GitHub GitHub Workflow Status Discord

The front-end to your dev env.

What is it?

30 Second Demo

The following shows using mise to install different versions of node. Note that calling which node gives us a real path to node, not a shim.

demo

Quickstart

Install mise (other methods here):

$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
2024.12.3 macos-arm64 (a1b2d3e 2024-12-08)

or install a specific a version:

$ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
$ ~/.local/bin/mise --version
2024.5.16 macos-arm64 (8838098 2024-05-14)

Hook mise into your shell (pick the right one for your shell):

# note this assumes mise is located at ~/.local/bin/mise
# which is what https://mise.run does by default
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish

Install a runtime and set it as the global default:

$ mise use --global node@20
$ node -v
v20.0.0

Full Documentation

See mise.jdx.dev

Contributors

Contributors

最近版本更新:(数据更新于 2024-12-09 20:54:48)

2024-12-09 00:37:00 v2024.12.3

2024-12-07 23:01:39 v2024.12.2

2024-12-06 21:00:45 v2024.12.1

2024-12-05 05:52:59 v2024.12.0

2024-11-30 09:20:57 v2024.11.37

2024-11-29 18:48:47 v2024.11.36

2024-11-30 08:51:08 v2024.11.35

2024-11-29 15:25:40 v2024.11.34

2024-11-29 07:34:59 v2024.11.33

2024-11-28 07:01:13 v2024.11.32

jdx/mise同语言 Rust最近更新仓库

2024-12-20 08:47:07 lapce/lapce

2024-12-19 20:41:09 tw93/Pake

2024-12-19 19:31:32 dashpay/platform

2024-12-18 10:31:25 DioxusLabs/dioxus

2024-12-17 17:18:34 lanyeeee/jmcomic-downloader

2024-12-16 23:19:51 meilisearch/meilisearch