Define Deno version for each workspace so that it can be switched.
The following command generates the latest version of .denorc
in current directory.
$ curl -fsSL https://raw.githubusercontent.com/chibat/denorc/main/generate.sh | sh
The following command generates the specified version of .denorc
in current directory.
$ curl -fsSL https://raw.githubusercontent.com/chibat/denorc/main/generate.sh | sh -s v1.8.0
$ . .denorc
$ code . # or vi .