https://github.com/benslabbert/gist-app
https://github.com/benslabbert/gist-app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benslabbert/gist-app
- Owner: BenSlabbert
- Created: 2022-01-30T15:36:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T09:00:32.000Z (about 2 years ago)
- Last Synced: 2025-02-12T15:46:03.549Z (over 1 year ago)
- Language: Go
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gist Client
This is a [Cobra](https://github.com/spf13/cobra) cli app which optionally serves a [Svelte](https://svelte.dev/) web app.
This app uses a [Github](https://github.com/) access token to do simple CRUD on private [gists](https://gist.github.com/).
With no access token, only public gists are available.
create token: https://github.com/settings/tokens/new
## Testing
Make sure to set environment variable `API_TOKEN` for testing.
## Build status
[](https://github.com/BenSlabbert/gist-app/actions/workflows/go.yml)