Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 500 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 500 Bytes

Nietzsche

Nietzsche

Mustache template renderer. Cause Nietzsche wrote novels and had a great mustache.

Build

Simply build with docker:

$ make build-docker
$ make build

After check build subdirectory.

Usage

Render template to standard output:

$ nietzsche template.mustache data.json

Print template structure:

$ nietzsche -tree template.mustache

Tests

$ make test

Run tests in docker, so be sure you build environment with make build-docker.