https://github.com/chellappanrajan/tots
Cli to generate type interface from json file
https://github.com/chellappanrajan/tots
json nodejs typescript
Last synced: 3 months ago
JSON representation
Cli to generate type interface from json file
- Host: GitHub
- URL: https://github.com/chellappanrajan/tots
- Owner: ChellappanRajan
- Created: 2022-03-04T09:20:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T05:54:43.000Z (over 4 years ago)
- Last Synced: 2024-12-28T05:18:47.647Z (over 1 year ago)
- Topics: json, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI to convert JSON to Typescript Interface
## Installation
```sh
# Using NPM:
npm install -g json-ts-cli
```
## Usage
## CLI
A CLI utility is provided with this package.
```sh
toTs --file=""
# or
toTs -f=""