Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leodog896/gitpod-deno

A simple script that adds support for deno in gitpod.
https://github.com/leodog896/gitpod-deno

deno dockerfile dockerfile-linux gitpod gitpod-io shell-script

Last synced: about 1 month ago
JSON representation

A simple script that adds support for deno in gitpod.

Awesome Lists containing this project

README

        

# gitpod-deno
A simple script that adds support for deno in gitpod.

```sh
curl -fsSL https://raw.githubusercontent.com/LeoDog896/gitpod-deno/main/run.sh | sh
```

Once running this, make sure to fully rebuild the docker image (after pushing your changes)

## Standalone

```sh
curl -fsSL https://raw.githubusercontent.com/LeoDog896/gitpod-deno/main/standalone.sh | sh
```

This adds deno to gitpod without a config file