https://github.com/wrtnlabs/autoview-stackblitz-swagger
Autoview playgroound running on StackBlitz
https://github.com/wrtnlabs/autoview-stackblitz-swagger
Last synced: 3 months ago
JSON representation
Autoview playgroound running on StackBlitz
- Host: GitHub
- URL: https://github.com/wrtnlabs/autoview-stackblitz-swagger
- Owner: wrtnlabs
- License: mit
- Created: 2025-03-28T16:20:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T09:45:40.000Z (6 months ago)
- Last Synced: 2025-03-31T10:36:14.555Z (6 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoView Playground
Automate your frontend development.Modify [`src/YourSchema.ts`](./src/YourSchema.ts) type, and run `npm run generate` command after assigning your OpenAI API key into the [`.env`](./.env) file.
Then `@autoview` will generate frontend rendering code for the `YourSchema` type, and the newly generated code would be written in the [`src/transform.ts`](./src/transform.ts) file. Also, following the changed interface type, website of right side would be automatically updated too.
If you want to see how to utilize such frontend automation tool, look at the [`src/generate.ts`](./src/generate.ts) file.