Json to typebox schemas cli.
This is the command line tool for json2typebox, used to convert json files to typebox type definitions.
``bash`
npm install -g json2typebox-cli
- quick: Convert json data in the clipboard to typebox type and save it in the clipboard
`bash`
json2typebox quick
1. Copy json data

2. Run json2typebox quick`

3. Paste the typebox type definition to your code

- json2typebox: https://github.com/hacxy/json2typebox
- json2ts: https://github.com/hacxy/json2ts
MIT