ysk8hori/Delta TypeScript Graph
Visualizes changes in typescript-file dependencies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | Access token for the repo | no | ${{ github.token }} |
| tsconfig-root | (Deprecated: Use tsconfig instead.) Specifies the root directory where tsconfig will be searched. | no | ./ |
| tsconfig | Specifies the path to the tsconfig file. | no | — |
| max-size | Maximum number of nodes to display in the graph when there are many change files | no | 30 |
| orientation | Orientation of the graph (TB or LR) | no | TB |
| debug | Enable debug mode | no | false |
| in-details | Whether to wrap Mermaid in a `<details>` tag for collapsing | no | false |
| exclude | Array of files to exclude | no | node_modules |
| include-index-file-dependencies | Whether to display dependencies of index.ts files that refer to the change target files | no | false |
| comment-title | Specifies the title of the comment posted on the PR. | no | Delta TypeScript Graph |
| show-metrics | Calculate and display metrics for the graph | no | false |
Outputs
no outputs