mdtable2csv

1.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i mdtable2csv

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.59 kB

Total Files

5

Last publish

Collaborators

  • funny_town