feat(core): initial implementation of @apiclient.xyz/gitea TypeScript client

Provides GiteaClient class with methods for repos, orgs, secrets, and action runs.
This commit is contained in:
2026-02-24 12:50:02 +00:00
commit 4bfe5e56bc
14 changed files with 10423 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
.nogit/
# artifacts
coverage/
public/
# installs
node_modules/
# caches
.yarn/
.cache/
.rpt2_cache
# builds
dist/
dist_*/
#------# custom