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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i csv2html

    Weekly Downloads

    1

    Version

    0.0.1

    License

    BSD

    Last publish

    Collaborators

    • maxogden