# CURL
curl -o- https://raw.githubusercontent.com/zcorky/zdvm/master/install | bash
# WGET
wget -qO- https://raw.githubusercontent.com/zcorky/zdvm/master/install | bash
Deno Version Manager (v1.0.0)
Deno Version Manager is a tool for managing multiple Deno versions.
Usage:
zdvm install <version> - Install Deno version
zdvm use <version> - Use Deno version
zdvm remove <version> - Remove Deno version
zdvm ls - List the Deno versions installed
zdvm ls-remote - List all Deno versions from remote
zdvm current - Show current Deno version
zdvm exec - Enter new shell with deno version for tmp
zdvm help - Show help
Example:
zdvm install v1.20.6
zdvm use v1.20.6
zdvm remove v1.20.6
zdvm ls
zdvm ls-remote
zdvm current
ZMicro Design is released under the MIT License.