csv2markdown

CLI tool to convert data from a CSV file into a Markdown file with a table.

Downloads
14
Stars
1
Committers
2

csv2markdown

CLI tool to convert data from a CSV file into a Markdown file with a table.

Installation

npm

npm install --global csv2markdown

Yarn

yarn global add csv2markdown

Usage

csv2markdown -i file.csv -o file.md
csv2markdown --input file.csv --output file.md