env-template

Crates.ioenv-template
lib.rsenv-template
version0.1.1
sourcesrc
created_at2021-05-01 01:57:59.66176
updated_at2021-05-01 01:59:42.321617
descriptionRender Handlebars template files using environment variables
homepage
repositoryhttps://github.com/dimfeld/env-template
max_upload_size
id391773
size28,612
Daniel Imfeld (dimfeld)

documentation

README

This utility renders a Handlebars-style template file from values in a .env file, optionally including values from the environment.

USAGE:
    env-template [FLAGS] [OPTIONS] <file>

FLAGS:
    -a, --all        Expose the entire environment to the template, not just the .env contents
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -v, --vars <vars>    Load the variables from this file instead of .env

ARGS:
    <file>    The template to render
Commit count: 4

cargo fmt