1.0.1 • Published 2 years ago

mdtable2csv v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

convert markdown table to CSV format.

usage

node mdTable2CSV.js {filePath|directoryPath}

for example

node mdTable2CSV.js readme.md ./test/ ./test2/*.md

This command will convert with copy readme.md`s content to CSV format, and create a output file -- readme.csv at readme.md`s directory.

And it will do same progress for all .md file with search in directory -- ./test/ recursively.

And it will also convert all markdown files located in directory -- ./test2/ but not recursively.