repositorypackage
0.0.0
Repository: https://github.com/benslabbert/gist-app.git
Documentation: pkg.go.dev
# README
Gist Client
This is a Cobra cli app which optionally serves a Svelte web app.
This app uses a Github access token to do simple CRUD on private gists.
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.