Skip to content
/ denorc Public

Define Deno version for each workspace so that it can be switched.

Notifications You must be signed in to change notification settings

chibat/denorc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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 .

About

Define Deno version for each workspace so that it can be switched.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published