Publisher is a simple command line application for creating artifacts from data and a mustache template.
``` Render an artifact given a data file and template.
USAGE: pbl render --data --template
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: --data A JSON data file [env: PBLDATA=] [default: pbl-data.json] -t, --template Mustache template [env: PBLTEMPLATE=] [default: pbl-template.mustache] ```
The first use case for pbl
was to create a templated CONTRIBUTING.md
document for a project given a data file describing the project.