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