[FEATURE] Use QuickType to generate schemas/DTO
files via GitHub Actions
#268
Labels
CI
Continuous Integration / Pipeline
Code Quality
Code Quality
dependencies
Pull requests that update a dependency file
📝 documentation
Tasks related to writing or updating documentation
enhancement
A enhancement to the project
examples
Examples
gitauto
GitAuto label to trigger the app in a issue.
good first issue
A issue for someone self assign and help me =D
hacktoberfest
Participation in the Hacktoberfest event
help wanted
Feel free to take this issue for you and help me!
github-actions
GitHub Actions for automation and CI/CD
schema
Request of new schema/model
🛠 WIP
Work in progress
Description
Implement a GitHub Actions workflow to automatically generate schemas and Data Transfer Object (DTO) files using QuickType. This will help keep our data models up-to-date and synchronized with our data sources, streamlining the development process.
Why We Need This
Tech Notes
QuickType Integration:
GitHub Actions Workflow Setup:
.github/workflows
directory, e.g.,generate-schemas.yml
.Workflow File Example:
QuickType Command Details:
quicktype
command based on your data source and output requirements.File Management:
.gitignore
if there are any temporary files or outputs that should not be committed.Additional Notes
The text was updated successfully, but these errors were encountered: