gkindel / csv-js

A Comma-Separated Values parser for JavaScript. Standards-based, stand alone, and no regular expressions.
http://gkindel.github.io/cxv-js/csv.html
106 stars 35 forks source link

ready to publish to npm #19

Closed pawlik closed 7 years ago

pawlik commented 9 years ago

Hi @gkindel I needed your lib to lint my CSVs in shell, so added bin file and simple runner (also published to npm, but with altered name so I don't hijack yours, because I need it now).

Feel free to use this, and let me know if you publish "official" CSV-JS to npm - I would be more than happy to switch ;)

Also - for now simple linting of one file, and anyone can lint whole dirs with xargs, but it would be cool to have

Cheers.

gkindel commented 7 years ago

I'm looking at putting this on NPM now. I am tempted to keep it simple and not add to much I/O promises streams etc, but rather provide examples for people to plug it in without too much bloat in the code.

gkindel commented 7 years ago

now on NPM as https://www.npmjs.com/package/csv-js lint checking will be separate issue