Skip to content

francofantini/csv-tools-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Tools CLI

A command line tool to work with csv files.

Dependencies

  • node >= 10
  • npm >= 6

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.

About

A command line tool to work with csv files.

Resources

Stars

Watchers

Forks

Packages

No packages published