-
Notifications
You must be signed in to change notification settings - Fork 39
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
Example: New Kind generation #25
base: main
Are you sure you want to change the base?
Conversation
This looks very good. Some suggestions:
we merge the generator parts, but leave open the example PR with notes that explain what/why. Future improvements to the generator (to remove those remaining manual bits) can be generated anew for the open example PR. |
Separated out generator stuff in MR #27 |
This PR contains the output of the TRex code generator (see #27). In this example, a new Kind called "Subscription" is generated.
This PR will remain online as an example of a new Kind. It shows where various pieces need to be wired together, all of which are described in this project's README.