1.1.0 • Published 6 years ago
table-converter v1.1.0
table-converter
Markdown Table <---> SpreadSheet Converter
Install
npm i -g table-converteryarn global add table-converterUsage
Auto Convert between Markdown Table and SpreadSheet(tsv)
It tries read from STDIN first, then from Clipboard.
If tconv detects input table from STDIN, it writes the converted result on STDOUT.
If the input is from Clipboard, the result will be on Clipboard.
To suppress messages, use -s ( --silent ) option.
tconvConvert Markdown Table to SpreadSheet(tsv)
cat example.md | mdtossConvert SpreadSheet(tsv) to Markdown
cat example.tsv | sstomd