templtr documentation

GitHub

templtr (pronounced templator) is a lightweight framework for statically generating dynamic html pages, written in C++.

Caution: Project is still very early in development, so expect many new features and breaking api changes.

Features:

Installation:

Option 1: Use prebuilt binaries

  1. Download the latest release from GitHub and extract.
  2. Add to path. (optional)

Option 2: Build from source

  1. Download the latest source from GitHub and extract.
  2. Run cmake --build /path/to/source/build --config Release --target all --
  3. Add to path. (optional)

Create a templtr project:

Run templtr init in the project root to create a templtr project.