Herve
Welcome to Herve, a Ruby version manager.
Do you knwon rv, a Ruby version manager with high ambitions? It seems so cool, but unfortunately, it is written in Rust;-)
Herve is a reimplementation in Ruby. My first goal is to be compatible with rv, and second one is to have fun.
Installation
gem install herve
#bash
echo 'eval "$(herve shell init bash)"' >> ~/.bashrc
eval "$(herve shell init bash)"
Usage
echo "3.4.1" > .ruby-version
herve ruby install 3.4.1
Why Herve
Herve is a French first name. It sounds like "rv" in French.
Contributing
Bug reports and pull requests are welcome on Codeberg at https://codeberg.org/sd77/herve.
License
Herve is available as open source under the terms of the MIT License.