Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 700 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 700 Bytes

RAW to TS

Convert JSON object to typescript interfaces

Features

Convert from clipboard (Shift + Ctrl + Alt + V)

From clipboard

Convert from selection (Shift + Ctrl + Alt + S)

From selection

Optional quotes

Optional quotes

Converter

  • Array type merging (Huge deal)
  • Duplicate type prevention
  • Union types
  • Optional types
  • Array types

Known Issues

Command failed: xclip -selection clipboard -o


Solution: sudo apt-get install xclip

Happens when linux is missing clipboard packages

Links