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

https://github.com/bonevidy/json2ts

A Jetbrains IntelliJ plugin transforms JSON to typescript
https://github.com/bonevidy/json2ts

jebrain-plugin jetbrains json json2ts typescript webstorm webstorm-plugin

Last synced: about 2 months ago
JSON representation

A Jetbrains IntelliJ plugin transforms JSON to typescript

Awesome Lists containing this project

README

        

# json2ts

a jetbrain plugin that convert json to typescript

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "json2ts" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/boneVidy/json2ts/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

## How to use

![image](https://github.com/boneVidy/json2ts/blob/main/docs/demo.gif)
### create ts file
![image](https://github.com/boneVidy/json2ts/blob/main/docs/tsfile.png)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FboneVidy%2Fjson2ts.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FboneVidy%2Fjson2ts?ref=badge_shield)

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FboneVidy%2Fjson2ts.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FboneVidy%2Fjson2ts?ref=badge_large)

## Thanks to IntelliJ IDEA

> [IntelliJ IDEA](https://en.wikipedia.org/wiki/IntelliJ_IDEA) IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software. It is developed by JetBrains (formerly known as IntelliJ), and is available as an Apache 2 Licensed community edition,[5] and in a proprietary commercial edition. Both can be used for commercial development.

[](https://www.jetbrains.com)