csv2markdown
v1.0.1
Published
CLI tool to convert data from a CSV file into a Markdown file with a table.
Downloads
6
Maintainers
Readme
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