barnacle 0.3.0

A small tool to template a configuration file with environment variables before exec'ing into another binary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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](LICENSE).