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
- Host: GitHub
- URL: https://github.com/devcontainers-community/features-deno
- Owner: devcontainers-community
- License: mit
- Created: 2023-08-16T05:16:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T15:38:31.000Z (about 1 year ago)
- Last Synced: 2025-03-28T12:21:11.432Z (about 1 year ago)
- Topics: deno, devcontainer-feature, devcontainers, installer-script
- Language: Shell
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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