Categorygithub.com/octokit/source-generator
repository
0.0.0-20241010171236-fcf6805c5ec5
Repository: https://github.com/octokit/source-generator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

source-generator

This repository generates code from GitHub's OpenAPI specification, built on Kiota. If you're looking for the repositories generated from this code, you may want:

Development

  • Install
  • For the latest versions of tooling, the .github/workflows/build-go.yml file is the source of truth.

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

Design

For more information on our approach to generative SDKs please read our design doc.

For more information on why we have made a move toward Generative SDKs, please take a moment and head over to the GitHub blog to read more there.