0.1.2 • Published 6 years ago

@rubyzhao/md2csv v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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');
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago