Simple CLI to manage Deno versions
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 |
In VSCode
$ cd dvm && poetry shell && code .
$ poetry install
$ poetry run python main.py [ARGS]