barnacle

Crates.iobarnacle
lib.rsbarnacle
version0.3.0
sourcesrc
created_at2021-12-25 23:14:32.315489
updated_at2022-10-02 21:09:49.872491
descriptionA small tool to template a configuration file with environment variables before exec'ing into another binary
homepage
repository
max_upload_size
id503098
size18,068
Bert JW Regeer (bertjwregeer)

documentation

README

barnacle

A small tool that will use Jinja2 to take a template file and write its rendered version to disk, before exec'ing the user specified application.

Usage

barnacle ./template.j2 ./configuration -- cat ./configuration

License

It is using a ISC license, for full license text read LICENSE.

Commit count: 0

cargo fmt