Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: NDC generation tool #7

Merged
merged 30 commits into from
Mar 3, 2024
Merged

feat: NDC generation tool #7

merged 30 commits into from
Mar 3, 2024

Conversation

hgiasac
Copy link
Collaborator

@hgiasac hgiasac commented Feb 19, 2024

The PR is inspired by ndc-typescript-deno and ndc-nodejs-lambda that automatically infer functions to build schema and implementation at runtime.

It's possible to do this with Go via reflection. However, code generation is better for performance, type-safe, and no magic.

To build the CLI, check out this branch and run:

make build-codegen

See README

@hgiasac hgiasac marked this pull request as ready for review March 3, 2024 13:44
@hgiasac hgiasac merged commit b40cb8d into main Mar 3, 2024
1 check passed
@hgiasac hgiasac deleted the feat/generator branch March 3, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant