Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reggi/node-ts-to-jsonschema

Converts TS interfaces to JSONSchema for use with react-jsonschema-form.
https://github.com/reggi/node-ts-to-jsonschema

Last synced: about 1 month ago
JSON representation

Converts TS interfaces to JSONSchema for use with react-jsonschema-form.

Awesome Lists containing this project

README

        

# node-ts-to-jsonschema

[![semantic release](https://github.com/reggi/node-ts-to-jsonschema/workflows/semantic%20release/badge.svg)](https://github.com/reggi/node-ts-to-jsonschema/actions?query=workflow%3A%22semantic+release%22) [![coverage](https://github.com/reggi/node-ts-to-jsonschema/workflows/coverage/badge.svg)](https://reggi.github.io/node-ts-to-jsonschema/) [![npm](https://badge.fury.io/js/ts-to-jsonschema.svg)](https://www.npmjs.com/package/ts-to-jsonschema)

Converts TS interfaces to JSONSchema for use with react-jsonschema-form.

## Install

```
npm install ts-to-jsonschema
```