https://github.com/himenon/openapi-typescript-code-generator-playground
https://github.com/himenon/openapi-typescript-code-generator-playground
openapi playground typescript
Last synced: 4 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T06:19:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T19:35:42.214Z (12 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