https://github.com/dimfeld/env-template
Render Handlebars template files using environment variables
https://github.com/dimfeld/env-template
template
Last synced: 6 months ago
JSON representation
Render Handlebars template files using environment variables
- Host: GitHub
- URL: https://github.com/dimfeld/env-template
- Owner: dimfeld
- License: apache-2.0
- Created: 2021-05-01T01:46:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T02:02:21.000Z (over 5 years ago)
- Last Synced: 2025-09-27T16:22:23.964Z (10 months ago)
- Topics: template
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
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]
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 Load the variables from this file instead of .env
ARGS:
The template to render
```