Anonymous View
Skip to content

bennycode/csv2markdown

Repository files navigation

csv2markdown

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

Showcase

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from bennycode/ts-node-starter