UNPKG
csv-stream
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Simple CSV stream
github.com/lbdremy/node-csv-stream
lbdremy/node-csv-stream
csv-stream
/
Makefile
9 lines
(7 loc)
•
155 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
test
: npm
test
coverage: jscoverage lib lib-cov CSV_STREAM_COV=1 node_modules/mocha/bin/mocha -R html-cov > coverage.html
rm
-rf lib-cov .PHONY:
test