Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 553 Bytes

CSV 2 Template

This little web app makes it super easy to build out an html list of items from the contents of a .csv file. Once built, it has no external dependencies.

Prerequisites

You should have a recent version of node installed as well as npm

Installation

Clone the repository:

git clone https://github.com/one-on-one/csv-2-template.git
cd csv-2-template

Build the package

npm run package

Now in build/CSV 2 Template/ There will be the available distributions for OS X and Windows in both 32 and 64 bit.