Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himenon/openapi-typescript-code-generator-playground
https://github.com/himenon/openapi-typescript-code-generator-playground
openapi playground typescript
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himenon/openapi-typescript-code-generator-playground
- Owner: Himenon
- License: mit
- Created: 2021-01-13T02:34:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T06:19:10.000Z (11 months ago)
- Last Synced: 2024-11-05T23:03:39.239Z (2 months ago)
- Topics: openapi, playground, typescript
- Language: TypeScript
- Homepage: https://openapi-typescript-code-generator.netlify.app/
- Size: 19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Preview Editor
## Start Development
```bash
pnpm
pnpm start # start debug server
```## Build
```bash
pnpm run build
pnpm run copy
```### Release
```bash
pnpm run deploy # default release: github pages
```### Run server
```bash
pnpm run serve
```## Code Format
```bash
pnpm run format
```## License
MIT