Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorbiswanger/brackets-json2ts
json2ts is a Brackets Extension which converts a JSON to TypeScript interfaces.
https://github.com/gregorbiswanger/brackets-json2ts
Last synced: 11 days ago
JSON representation
json2ts is a Brackets Extension which converts a JSON to TypeScript interfaces.
- Host: GitHub
- URL: https://github.com/gregorbiswanger/brackets-json2ts
- Owner: GregorBiswanger
- License: mit
- Created: 2016-02-20T18:59:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T22:11:03.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T06:43:08.278Z (3 months ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json2ts for Brackets
## Installation
json2ts is a Brackets Extension which converts a JSON to TypeScript interfaces.
You can browse and install extensions from within VS Code. Press `Ctrl+P` and narrow down the list commands by typing `ext install json2ts`.### Usage
json2ts converts a JSON from clipboard to TypeScript interfaces with `cmd+alt+V` or `ctrl+alt+V`.Another way is, to copy a REST-Service URL to clipboard and insert TypeScript interfaces with `cmd+alt+X` or `ctrl+alt+X`.
### Contributing
Feel free to submit a pull request if you find any bugs (to see a list of active issues, visit the [Issues section](https://github.com/GregorBiswanger/Brackets-json2ts/issues)).
Please make sure all commits are properly documented.### License
MIT-licensed** Enjoy! **