Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gen-table

DevAbabil18MIT1.1.6

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

markdown, markdown-table, table-generator, cli, developer-tool, documentation, generate-table, markdown-generator

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 4

Example Output

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

📄 License

MIT © Ababil Hossain