Skip to content

rubyzhao/md2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2csv

Convert markdown table to csv file

Install

npm install md2csv -g

Usage

The test.md can be converted to test.csv using the either of the following ways.

Command Line

md2csv test.md

Javascrip

const md2csv = require('md2csv');
md2csv('./test.md');

About

Convert Markdown to CSV file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published