Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leodog896/gitpod-deno
- Owner: LeoDog896
- License: unlicense
- Created: 2022-08-01T18:45:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T17:31:07.000Z (about 2 years ago)
- Last Synced: 2024-07-30T18:48:28.294Z (5 months 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