MyGit
🚩收到GitHub仓库的更新通知

jdx/mise

Fork: 166 Star: 5761 (更新于 2024-04-05 23:07:53)

license: MIT

Language: Rust .

dev tools, env vars, task runner

最后发布版本: v2024.4.0 ( 2024-04-02 09:27:22)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

mise-logo
mise-en-place

Crates.io GitHub GitHub Workflow Status Codacy coverage (branch) Discord

The front-end to your dev env. (formerly called "rtx")

What is it?

Migrating from rtx

mise will attempt to migrate most of its internal files making the transition as easy as possible. That said, it's worth reading the migration guide because there are a few things to watch out for.

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
mise 2024.4.0

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

最近版本更新:(数据更新于 2024-04-05 23:07:36)

2024-04-02 09:27:22 v2024.4.0

2024-03-31 02:57:31 v2024.3.11

2024-03-30 21:17:42 v2024.3.10

2024-03-25 00:28:58 v2024.3.9

2024-03-23 23:27:28 v2024.3.8

2024-03-21 08:52:20 v2024.3.7

2024-03-17 12:09:31 v2024.3.6

2024-03-15 12:56:14 v2024.3.2

2024-03-05 06:18:34 v2024.3.1

2024-02-28 13:42:35 v2024.2.19

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

2024-04-18 19:58:21 loro-dev/loro

2024-04-18 09:26:19 lapce/lapce

2024-04-18 04:38:04 zed-industries/zed

2024-04-17 22:09:00 stalwartlabs/mail-server

2024-04-17 17:48:25 WINSDK/bite

2024-04-17 06:16:49 denoland/deno_lint