contemplate

Crates.iocontemplate
lib.rscontemplate
version1.1.1
sourcesrc
created_at2024-01-12 14:19:37.23503
updated_at2024-01-12 17:52:17.070627
descriptionA template rendering tool designed to render configuration templates.
homepage
repositoryhttps://github.com/infrarun/contemplate
max_upload_size
id1097716
size169,463
Fabian Freyer (fabianfreyer)

documentation

README

Contemplate

Crates.io Version Docs GitHub Actions Workflow Status Crates.io MSRV

Contemplate is a template rendering tool designed to render configuration templates. While it takes inspiration from configuration management systems such as ansible's template action, it is specifically not designed to be a full configuration management system. Furthermore, it's designed to be run on the target system, and ships as a single static binary.

Features

Usage in Containers

To add Contemplate to a container build, add the following build step to your Dockerfile:

COPY --from=ghcr.io/infrarun/contemplate:latest /contemplate /contemplate

Please see the documentation for more information.

Commit count: 0

cargo fmt