csv2html

0.0.1 • Public • Published

csv2html

CSV to HTML command line utility

NPM

Converts a CSV into a HTML table on the command line.

Turns this:

before.png

Into this:

after.png

usage

npm install csv2html -g
csv2html file.csv > index.html
cat index.html | csv2html > index.html

Readme

Keywords

none

Package Sidebar

Install

npm i csv2html

Weekly Downloads

2

Version

0.0.1

License

BSD

Last publish

Collaborators

  • maxogden