Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.03 KB

Json2Typebox CLI

This is the command line tool for json2typebox, used to convert json files to typebox type definitions.

Installation

npm install -g json2typebox-cli

Usage

Commands

  • quick: Convert json data in the clipboard to typebox type and save it in the clipboard
json2typebox quick
  1. Copy json data

  2. Run json2typebox quick

  3. Paste the typebox type definition to your code

Related projects

License

MIT