mdtg
Quickly generate markdown tables in your terminal using a simplistic specification.
crates.io
bash
$ cargo install eva
bash
$ git clone https://github.com/lukakerr/mdtg.git
$ cargo run
```bash
$ mdtg 4x4
| | | | | | ------ | ------ | ------ | ------ | | | | | | | | | | | | | | | |
$ mdtg "3lcr x 5"
| | | | | ------ |:------:| ------:| | | | | | | | | | | | | | | | | ```
Spec -> Column Cross Row
Column -> Num Positions
Row -> Num
Num -> Digit | Digit Num
Digit -> [0-9]
Cross -> "x"
Positions -> Position | Position Positions
Position -> "l" | "r" | "c"