An open API service indexing awesome lists of open source software.

https://github.com/bennycode/csv2markdown


https://github.com/bennycode/csv2markdown

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# csv2markdown

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

![Showcase](./animation.gif)

## Installation

### npm

```bash
npm install --global csv2markdown
```

### Yarn

```bash
yarn global add csv2markdown
```

## Usage

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