templtr documentation
GitHubtempltr (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:
- Lightweight
- Easy to use
- Powerful
- Fast
Installation:
Option 1: Use prebuilt binaries
- Download the latest release from GitHub and extract.
- Add to path. (optional)
Option 2: Build from source
- Download the latest source from GitHub and extract.
- Run
cmake --build /path/to/source/build --config Release --target all --
- Add to path. (optional)
Create a templtr project:
Run templtr init
in the project root to create a templtr project.