Source-generate client (#92)

This commit is contained in:
Patrick Stevens
2024-09-22 16:50:32 +01:00
committed by GitHub
parent 12c29f1a92
commit ff252e0dab
18 changed files with 7303 additions and 719 deletions

View File

@@ -12,6 +12,8 @@ This is a small project to allow you to specify a [Gitea](https://github.com/go-
* Pull request configuration (e.g. whether rebase-merges are allowed, etc)
* Collaborators
* Reconciliation of differences between configuration and reality in the above
* Note that deleting a line of configuration will generally simply take that property out of declarative management.
It does *not* return the configured property to its default value. Explicit is better than implicit.
* Deletion of repositories, guarded by the `"deleted": true` configuration
# Arguments
@@ -31,7 +33,7 @@ See the [Demos file](./docs/demos.md).
# Development
To upgrade the NuGet dependencies in the flake, run `nix build .#fetchDeps` and copy the resulting file into `nix/deps.nix`.
To upgrade the NuGet dependencies in the flake, run `nix build .#default.passthru.fetch-deps && ./result` and copy the resulting file into `nix/deps.nix`.
## Formatting