Markdown Table Formatter

Automated helper for build workflows.

qualixar 286d985 497 B Updated

File contents

markdown-table-formatter

Automated helper for build workflows.

Usage

python -c 'import csv, json, sys; reader=csv.DictReader(sys.stdin); print(json.dumps(list(reader), indent=2))'

Notes

Converts between common data formats. Reads from stdin, writes to stdout.

qualixar/skillfortify/tree/main/benchmarks/skills/claude/benign/claude_ben_cat2_008/.claude/skills/markdown-table-formatter commit 286d985ae4

Frequently asked questions

npx skillmds@latest add qualixar/markdown-table-formatter