https://github.com/cgsdev0/tau-types-action
Typescript definitions for the Twitch API Unifier project
https://github.com/cgsdev0/tau-types-action
Last synced: about 1 year ago
JSON representation
Typescript definitions for the Twitch API Unifier project
- Host: GitHub
- URL: https://github.com/cgsdev0/tau-types-action
- Owner: cgsdev0
- License: mit
- Created: 2023-03-04T21:30:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T21:52:19.000Z (about 3 years ago)
- Last Synced: 2024-05-02T01:38:29.691Z (almost 2 years ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build TAU Types action
This action builds the type definitions for TAU from an input JSON schema file.
## Inputs
## `schema-file`
**Required** The path to the schema file. Default `"eventsub_subscriptions.json"`.
## `output-file`
**Required** The path to the output file. Default `"index.d.ts"`.
## Example usage
```
uses: cgsdev0/tau-types-action@v1
with:
schema-file: 'schema.json'
output-file: 'index.d.ts'
```