mdtable2csv - Convert Markdown Table To Csv File
This application convert markdown table to csv file.

Install via Homebrew
brew tap BatuhanKucukali/mdtable2csv https://github.com/BatuhanKucukali/homebrew-mdtable2csv
brew update && brew doctor
brew install mdtable2csv
Usage
mdtable2csv {filePath} {delimiter(default ',')}
Examples
mdtable2csv example/markdown.md
mdtable2csv example/markdown.md ;
Run this project
1 . Clone project on your machine
git clone git@github.com:BatuhanKucukali/mdtable2csv.git
2 . Change directory
cd mdtable2csv
3 . Build
go build .
4 . Run
./mdtable2csv convert example/markdown.md
Run Test
go test ./cmd/
TODO
- Documentation
- Brew repository
- Test
- Argument helper
- Argument for new file name
Getting help
If you're having trouble getting this project running, feel free to open an issue