Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Installation
Leonard Ramminger edited this page Aug 22, 2026
·
1 revision
Build Tempify, install locally, or use the ReqPack package.
- C++23-capable compiler
- CMake 3.31+
- CLI11
git(for automatic Prebyte fetch on first configure)
git clone https://github.com/Coditary/Tempify.git
cd Tempify
cmake -S . -B build
cmake --build build
./build/tempify --helpLocal install:
cmake --install build --prefix "$HOME/.local"export PATH="$HOME/.local/bin:$PATH"
tempify --versionPrebyte is pinned from GitHub by default during configure. For Prebyte development:
cmake -S . -B build -DTEMPIFY_PREBYTE_SOURCE_DIR=/absolute/path/to/PrebyteThe tempify-cli package installs:
- Runtime under
$XDG_DATA_HOME/tempify/runtime/<version>-<release>+r<revision>/ - Symlink
~/.local/bin/tempify - ReqPack plugin under
$XDG_DATA_HOME/reqpack/plugins/tempify/
rqp install ./dist/tempify-cli-0.1.0-linux-x86_64.rqp --non-interactive
~/.local/bin/tempify --helpVia release index (repository must be configured in ReqPack):
rqp install rqp:tempify-cli --non-interactiveNote: ReqPack CLI package = tempify-cli. The template system in ReqPack is named tempify (rqp install tempify <template-id>).
Release image: ghcr.io/coditary/tempify (linux/amd64, linux/arm64). Contains only tempify, not ReqPack.
Tempify · Repository · Issues · Releases
Documentation lives in this wiki. For a build quickstart, see the README in the repository.
Prebyte (template engine) is a separate project bundled by Tempify.
- CLI Reference
- Questions & Answers
- Configuration
- Render Options
- Hooks (Users)
- Reapply & Diff
- Shared Template Store
- Prebyte Passthrough
- Shell Completion