An open API service indexing awesome lists of open source software.

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

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.