core-coin / yvm-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ylem Compiler Version Manager

Install

From crates.io:

cargo install yvm-rs

Or from the repository:

cargo install --locked --git https://github.com/core-coin/yvm-rs

Usage

  • List available versions
yvm list
  • Install a version
yvm install <version>
  • Use an installed version
yvm use <version>
  • Remove an installed version
yvm remove <version>

About

License:Apache License 2.0


Languages

Language:Rust 100.0%