Skip to content

alertbox/feature-setup-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Setup Deno in Dev Containers

Download, install, and setup specific version of Deno in your Dev Container.

Quick Start

Open a Dev Container

You can also add this feature to your devcontainer.json file.

"features": {
    "ghcr.io/alertbox/denoland/deno:1": {}
}

Installing packages globally

You can also install packages globally, using the packages option. Typically this is used for installing CLI tools and the like.

"features": {
    "ghcr:io/alertbox/denoland/deno:1": {
        "packages": "jsr:@std/http/file-server"
    }
}

Node.js not needed

You don't need to use the feature node in most cases.

Options

See src/deno folder to learn more about options.

Contributing

The official repo to contribute would be @denoland/deno.

Have a suggestion or a bug fix? Just open a pull request or an issue. Include clear and simple instructions possible.

License

Copyright (c) The Alertbox, Inc. (@alertbox). All rights reserved.

The source code is license under the MIT license.

About

Set up your @devcontainers with a specific version of Deno

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages