Skip to content

dev-124/dvm

Repository files navigation

Deno Version Manager

Simple CLI to manage Deno versions

Created with typer and poetry

Usage

Command Description
dvm use look for a .dvm file and use the specified deno version
dvm install [version] install a specific deno version or auto-install latest
dvm upgrade [version] upgrade to a specific version or auto-install latest
dvm uninstall remove deno

Development

In VSCode

  $ cd dvm && poetry shell && code .
  $ poetry install
  $ poetry run python main.py [ARGS]

Linting & Formatting

VSCode Guide

Packaging

Python packaging Guide

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published