csv2markdown
v1.0.1
Published
CLI tool to convert data from a CSV file into a Markdown file with a table.
Maintainers
Readme
csv2markdown
CLI tool to convert data from a CSV file into a Markdown file with a table.

Installation
npm
npm install --global csv2markdownYarn
yarn global add csv2markdownUsage
csv2markdown -i file.csv -o file.md
csv2markdown --input file.csv --output file.md