octokit / source-generator

6 stars 3 forks source link
hacktoberfest

source-generator

This repository generates code from GitHub's OpenAPI specification, built on Kiota.

Development

Usage

Go

Run ./scripts/generate-go.sh. You may also run individual steps from the .github/workflows/build-go.yml file. If you're using VSCode, there are some pre-setup tasks and debugging configurations in the .vscode folder.

C

Run ./scripts/generate-csharp.sh