0.1.1 • Published 8 years ago

to-jekyll-collection v0.1.1

Weekly downloads
1
License
CC0-1.0
Repository
-
Last release
8 years ago

to-jekyll-collection

Convert a tabular data file (CSV, JSON, etc.) to a Jekyll collection.

Install it with:

npm i [-g] to-jekyll-collection

Then run it like so:

to-jekyll-collection data.csv _my_collection

Each row in data.csv will be converted into a Markdown file in the _my_collection with the row's data encoded as front matter. Check the help text for more options:

to-jekyll-collection --help
0.1.1

8 years ago

0.1.0

8 years ago