Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vutran/gents-cli

Generate TypeScript definitions for a given endpoint.
https://github.com/vutran/gents-cli

converter definitions generator json transpiler typescript

Last synced: 11 days ago
JSON representation

Generate TypeScript definitions for a given endpoint.

Awesome Lists containing this project

README

        

# gents-cli

> Generate TypeScript definitions for a given endpoint.

## Install

```
$ npm i -g gents-cli
```

## Usage

```
$ gents https://swapi.co/api/people/1/ --interfaceName Character
```

## Related

- [gents](https://github.com/vutran/gents/) - Module to generate TypeScript definitions from a JSON string.

## License

MIT © [Vu Tran](https://github.com/vutran/)