A simple CLI tool to generate markdown table bodies using column and row counts.
Use directly with npx — no installation required:
npx gen-table <rows> <columns>npx gen-table 4 4| | | | |
|---|---|---|---|
| | | | |
| | | | |
| | | | |