spinel-coop/rv

Mise plugin for gem tools

Open

#411 建立於 2026年1月23日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)Rust (1,706 star) (46 fork)user submission
good first issue

描述

We want to offer a Mise backend plugin that manages tools written in Ruby via the rv tool mechanism. Mise users will be able to manage and use gem CLI tools with fully managed and isolated environments without worrying about dependency conflicts or Homebrew upgrades breaking things.

  • create a backend plugin from the mise backend template at spinel-coop/mise-rv-gems
  • implement tool installation and management via the rv tool subcommands, following the mise backend docs
  • update the rv readme to include instructions on using rv to manage gem tools, something like:

Use rv to install and manage CLI tools written in Ruby, guaranteeing isolated environments for each tool and no mysterious errors when Homebrew automatically updates OpenSSL:

mise plugin install rv https://github.com/spinel-coop/mise-rv-gem
mise use -g rv:gist
gist -p README.md

Open questions

Is it possible to replace the built-in gem backend, so we can provide mise use gem:gist instead of mise use rv:gist?

貢獻者指南

Mise plugin for gem tools · spinel-coop/rv#411 | Good First Issue