Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2md - csv to markdown converter.

This is a simple program that converts csv content into a markdown table.

Example:

Input csv (via stdin):

Color,Shape,Animal
Blue,Rectangle,Lion
Red,Circle,Tigre
Yello,Triangle,Dolphin

Output:

| Color | Shape     | Animal  |
| ----- | --------- | ------- |
| Blue  | Rectangle | Lion    |
| Red   | Circle    | Tigre   |
| Yello | Triangle  | Dolphin |

About

csv to markdown converter

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages