gen-table
v1.1.6
Published
A simple CLI to generate markdown table bodies from column and row counts.
Maintainers
Readme
🧩 gen-table
A simple CLI tool to generate markdown table bodies using column and row counts.
📦 Installation
Use directly with npx — no installation required:
npx gen-table <rows> <columns>🚀 Usage
npx gen-table 4 4Example Output
| | | | |
|---|---|---|---|
| | | | |
| | | | |
| | | | |