1.1.0 • Published 5 years ago

table-converter v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

table-converter

Markdown Table <---> SpreadSheet Converter

Build Status Maintainability Test Coverage

Install

npm i -g table-converter
yarn global add table-converter

Usage

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.

tconv

Convert Markdown Table to SpreadSheet(tsv)

cat example.md | mdtoss

Convert SpreadSheet(tsv) to Markdown

cat example.tsv | sstomd
1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago