Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spenserblack/gh-gitpod
An (unofficial) extension to open your repository in gitpod.io
https://github.com/spenserblack/gh-gitpod
gh-extension gitpod
Last synced: 24 days ago
JSON representation
An (unofficial) extension to open your repository in gitpod.io
- Host: GitHub
- URL: https://github.com/spenserblack/gh-gitpod
- Owner: spenserblack
- License: mit
- Created: 2022-11-29T21:17:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:13:26.000Z (7 months ago)
- Last Synced: 2024-06-21T06:26:10.829Z (5 months ago)
- Topics: gh-extension, gitpod
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-gitpod
[![CI](https://github.com/spenserblack/gh-gitpod/actions/workflows/ci.yml/badge.svg)](https://github.com/spenserblack/gh-gitpod/actions/workflows/ci.yml)
An (unofficial) extension to open your repository in gitpod.io
## Usage
Simply call `gh gitpod` while in your local repo, and it will be opened
in gitpod.io.```shell
cd path/to/repo
gh gitpod
```