Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1 KB

README.md

File metadata and controls

33 lines (21 loc) · 1 KB

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