gen-table
Version:
A simple CLI to generate markdown table bodies from column and row counts.
32 lines (21 loc) • 467 B
Markdown
# 🧩 gen-table
**A simple CLI tool to generate markdown table bodies using column and row counts.**
## 📦 Installation
Use directly with `npx` — no installation required:
```bash
npx gen-table <rows> <columns>
```
## 🚀 Usage
```bash
npx gen-table 4 4
```
### Example Output
```
| | | | |
|---|---|---|---|
| | | | |
| | | | |
| | | | |
```
## 📄 License
[MIT](./LICENSE) © [Ababil Hossain](https://devababil.com)