jayesh-bansal/apitype
Auto-generate and sync TypeScript types from API endpoints in CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to apitype config file (apitype.config.json) | no | apitype.config.json |
| version | Version of apitype to use | no | latest |
| fail-on-diff | Fail the workflow if the generated types differ from what is committed. Useful for enforcing that types are always kept in sync. | no | true |
| commit-changes | Automatically commit updated types if they changed. Requires write permissions on the repo (contents: write). | no | false |
| commit-message | Commit message when commit-changes is true | no | chore: sync api types [skip ci] |
Outputs
no outputs