https://github.com/spouliot/simplegist
A simple minimalistic gist client for C#
https://github.com/spouliot/simplegist
csharp dotnet gist gist-client
Last synced: 3 months ago
JSON representation
A simple minimalistic gist client for C#
- Host: GitHub
- URL: https://github.com/spouliot/simplegist
- Owner: spouliot
- License: mit
- Created: 2022-02-05T21:42:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T22:26:26.000Z (over 3 years ago)
- Last Synced: 2025-01-24T10:31:05.510Z (5 months ago)
- Topics: csharp, dotnet, gist, gist-client
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleGist
A simple minimalistic gist client for C#Nothing wrong with [Octokit.net](https://github.com/octokit/octokit.net)
but it's a bit too big for my taste and my tools only needs so little of
it.This was made in order to minimize dependencies and make it linker
friendly.* `Program.cs` is the test application
* `SimpleGist.cs` is the gist client that you can copy into your projects