https://github.com/bennycode/csv2markdown
https://github.com/bennycode/csv2markdown
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennycode/csv2markdown
- Owner: bennycode
- Created: 2022-06-06T13:38:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T00:52:27.000Z (9 months ago)
- Last Synced: 2025-04-10T06:05:17.784Z (8 months ago)
- Language: TypeScript
- Size: 1.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# csv2markdown
CLI tool to convert data from a CSV file into a Markdown file with a table.

## 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
```