Initial code commit

This commit is contained in:
2026-07-06 23:06:18 -04:00
parent b615a4221f
commit bc771c1b4d
5 changed files with 114 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# go-gitea-vendor
Want to vendor all your Go projects on your personal Gitea instance?
Don't want to bloat your git history?
Use `go-gitea-vendor` to maintain a separate repo that is only the latest vendoring!
## Usage
`echo 'EXAMPLE_API_TOKEN' | go-gitea-vendor https://gitea.example.com`
I recommend setting up a chron job or some form of automation for this.