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 year ago
JSON representation
A simple script that adds support for deno in gitpod.
- Host: GitHub
- URL: https://github.com/leodog896/gitpod-deno
- Owner: LeoDog896
- License: unlicense
- Created: 2022-08-01T18:45:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T17:31:07.000Z (over 3 years ago)
- Last Synced: 2025-01-16T16:49:45.142Z (over 1 year ago)
- Topics: deno, dockerfile, dockerfile-linux, gitpod, gitpod-io, shell-script
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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