ivm

Crates.ioivm
lib.rsivm
version0.5.0
sourcesrc
created_at2020-10-06 22:47:44.053518
updated_at2024-02-06 23:07:42.424204
descriptionThe cross-platform Inko version manager
homepage
repositoryhttps://github.com/inko-lang/ivm
max_upload_size
id296743
size73,512
Yorick Peterse (yorickpeterse)

documentation

README

ivm: the Inko version manager

ivm is a version manager for Inko, and makes it easy to install Inko on different platforms.

ivm is the successor to Inko's previous version manager, ienv. Unlike ienv, ivm works on Linux, macOS, and Windows; and doesn't need a Bash shell.

For more details about ivm, how to use it, and how to install it as a user, refer to the ivm documentation.

Supported platforms

  • Linux
  • macOS
  • Windows

Since Inko requires a 64-bits platform, so does ivm.

Requirements

  • Rust 1.68 or newer

Installation

You can install ivm using cargo:

cargo install ivm --force

Alternatively, you can build from source:

git clone git@github.com:inko-lang/ivm.git
cd ivm
cargo build --release

You can now move target/release/ivm into your PATH.

License

All source code in this repository is licensed under the Mozilla Public License version 2.0, unless stated otherwise. A copy of this license can be found in the file "LICENSE".

Commit count: 59

cargo fmt