enricllagostera / csv2web

A simple CLI tool to create HTML from Mustache templates and CSV / TSV data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv2web

A workflow CLI tool for generating HTML pages from CSV / TSV data. Uses Markdown for writing, mustache for templating and CSS for styling.

Installation

After dowloading the folder, you can install the tool by running npm install -g in its root folder. Then, you can run it in any folder where you want to generate your HTML page.

Usage

The basic command is csv2web. It needs a data file (either CSV or TSV format), a Mustache template and a HTML file for output. The defaults are data.csv, template.mustache and index.html.

About

A simple CLI tool to create HTML from Mustache templates and CSV / TSV data.


Languages

Language:JavaScript 89.1%Language:HTML 6.5%Language:Mustache 4.4%