digitalresistor / barnacle

A small command line tool to render a Jinja2 template before executing another process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A small command line tool to render a Jinja2 template before executing another process

License:ISC License


Languages

Language:Rust 77.1%Language:Dockerfile 22.9%