https://github.com/sinclairzx81/typebox-workbench
Type Transform Tool for Runtime Type Systems
https://github.com/sinclairzx81/typebox-workbench
Last synced: about 1 year ago
JSON representation
Type Transform Tool for Runtime Type Systems
- Host: GitHub
- URL: https://github.com/sinclairzx81/typebox-workbench
- Owner: sinclairzx81
- License: other
- Created: 2023-04-03T04:45:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T11:28:14.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T11:12:16.267Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 49.6 MB
- Stars: 51
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
## Overview
TypeBox Workbench is a browser based compiler tool that transforms TypeScript types into TypeBox types as well as types for several other ecosystem libraries. The tool is mostly written as a prototyping and debugging utility for TypeBox, but can be used as a simple copy paste utility to quickly convert existing TS types into runtime safe types.
[TypeBox Workbench Here](https://sinclairzx81.github.io/typebox-workbench/)
License MIT
## Running Locally
Use the following to run this project locally.
```bash
$ git clone git@github.com:sinclairzx81/typebox-workbench.git
$ cd typebox-workbench
$ npm install
$ npm start
```
