Initial commit

Starting up a new project for interfacing with Gitea's API from the
command line.
This commit is contained in:
2025-05-22 16:28:43 -05:00
committed by Robert Garrett
commit 3171c89248
3 changed files with 257 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# gt-tools
CLI tools for interacting with the Gitea API. Use interactively to talk to your Gitea instance, or automatically via a CI/CD pipeline.