#markdown-tables #table #markdown #generate-markdown #cli

app mdtc

A simple program to generate a markdown table for the user

1 unstable release

0.1.0 Aug 25, 2022

#20 in #generate-markdown

ISC license

5KB
53 lines

mdtc 0.1.0

A simple program to generate a markdown table for the user

USAGE:
    mdtc [OPTIONS]

OPTIONS:
    -c, --cols <COLS>    Number of columns to include [default: 1]
    -h, --help           Print help information
    -r, --rows <ROWS>    Number of rows to include [default: 1]
    -V, --version        Print version information
    -x, --copy           Saves the table to the clipboard as well as printing to stdout [default:
                         false]

Dependencies

~3–13MB
~116K SLoC