gazab/Create Markdown Table
Generate a markdown table from a JSON or YAML file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file | path to the JSON/YAML file to create a table from | yes | — |
| columns | List of columns and their order to include in the table. Use JSON format. | no | — |
| capitalize | Capitalize the first letter of each column name in the header. Default: true | no | true |
Outputs
| name | description |
|---|---|
| table | The table in markdown format |