1.1.0 • Published 4 years ago

csv-tools-cli v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

CSV Tools CLI

A command line tool to work with csv files.

Dependencies

Installation

npm i -g csv-tools-cli

Usage

Diff

Output the diff between file A and B.

csv-tools diff a.csv b.csv [out.csv]

Length

Output the length of a file.

csv-tools length a.csv

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.