Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flower-of-the-bridges/ts2jsonschema
Web page that converts typescript definitions into json schemas, using ts-json-schema-generator under the hood.
https://github.com/flower-of-the-bridges/ts2jsonschema
json-schema ts vitejs
Last synced: 23 days ago
JSON representation
Web page that converts typescript definitions into json schemas, using ts-json-schema-generator under the hood.
- Host: GitHub
- URL: https://github.com/flower-of-the-bridges/ts2jsonschema
- Owner: flower-of-the-bridges
- Created: 2024-02-11T22:56:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T17:53:57.000Z (9 months ago)
- Last Synced: 2024-10-01T04:43:12.774Z (about 1 month ago)
- Topics: json-schema, ts, vitejs
- Language: JavaScript
- Homepage: https://flower-of-the-bridges.github.io/ts2jsonschema/
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TS 2 JSON Schema
Web page that converts typescript definitions into json schemas, using [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) under the hood.
## Local Usage
```
npm ci
npm run dev --workspace=frontend
npm run start --workspace=server
```