Skip to content

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

License

Notifications You must be signed in to change notification settings

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