An open API service indexing awesome lists of open source software.

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.

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 .
```