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

https://github.com/devcontainers-community/features-deno

🦕 Installs Deno
https://github.com/devcontainers-community/features-deno

deno devcontainer-feature devcontainers installer-script

Last synced: 12 months ago
JSON representation

🦕 Installs Deno

Awesome Lists containing this project

README

          

# Deno Dev Container Feature

🦕 Installs Deno



## Usage

```jsonc
// devcontainer.json
{
"features": {
"ghcr.io/devcontainers-community/features/deno": {}
}
}
```

❓ Don't know what this ☝ means? Check out [this VS Code blog post].

### Options

- **`version`:** Specify a specific Deno version to install. Must be a full
version specifier like `30.0.0` or `latest`. Default is `latest`.

[this vs code blog post]: https://code.visualstudio.com/blogs/2022/09/15/dev-container-features