Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 618 Bytes

Readme.md

File metadata and controls

31 lines (18 loc) · 618 Bytes

Cerveza

alt-image

Command line tool for converting CSV files into JSON

Website | Build Status

Usage

    cerveza file.csv [Option]

    options
        -d : delimiter one of (tab, space, comma)
    
    outputs ./file.json

Release

Download

Build from source

Clone the repo.

git clone https://github.com/Banyango/cerveza.git

Then run cargo build.

cargo build