1.0.1 • Published 8 years ago

congen v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

congen

Template based content generator

Install

npm install --global congen

Example usage

Make a congen template file called _posts/_post.md.congen with the following contents:

---
layout: post
title:  <{ title }>
date:   <{ date }>
categories: congen
---

<{ lorem.paragraphs }>

Then use congen to generate as many as you'd like:

$ congen g

License

ISC

References