8000 GitHub - DevAbabil/gen-table: A simple CLI tool to generate markdown table bodies using column and row counts.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DevAbabil/gen-table

Repository files navigation

🧩 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 4

Example Output

|   |   |   |   |
|---|---|---|---|
|   |   |   |   |
|   |   |   |   |
|   |   |   |   |

📄 License

MIT © Ababil Hossain

About

A simple CLI tool to generate markdown table bodies using column and row counts.

Resources

License

Stars

Watchers

Forks

0