Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```