https://github.com/chibat/denorc
Define Deno version for each workspace so that it can be switched.
https://github.com/chibat/denorc
deno version-manager
Last synced: about 2 months ago
JSON representation
Define Deno version for each workspace so that it can be switched.
- Host: GitHub
- URL: https://github.com/chibat/denorc
- Owner: chibat
- Created: 2021-03-15T12:24:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T09:10:34.000Z (over 5 years ago)
- Last Synced: 2025-07-02T15:50:35.950Z (12 months ago)
- Topics: deno, version-manager
- Language: Shell
- Homepage: https://deno.land/
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# denorc
Define Deno version for each workspace so that it can be switched.
## Generate
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
```
## Usage
```
$ . .denorc
$ code . # or vi .
```