Crates.io | barnacle |
lib.rs | barnacle |
version | 0.3.0 |
source | src |
created_at | 2021-12-25 23:14:32.315489 |
updated_at | 2022-10-02 21:09:49.872491 |
description | A small tool to template a configuration file with environment variables before exec'ing into another binary |
homepage | |
repository | |
max_upload_size | |
id | 503098 |
size | 18,068 |
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.
barnacle ./template.j2 ./configuration -- cat ./configuration
It is using a ISC license, for full license text read LICENSE.