statreport
v0.2.1
Published
Create on-the-fly summary reports from CSV data
Downloads
3
Readme
statreport
Command line program for creating summary reports from CSV
Install
npm install -g statreport
Command Line
# pipe stdin
cat data.csv | statreport
# pass file argument
statreport --file data.csv
View examples