module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Oct 4, 2024
License: MIT
Opens a new window with license information.
README
¶
consub
consub is a simple configuration substitution tool.
Usage
Download the binary from the release section or compile it. Then run:
consub .vars.env output.tpl.txt output.txt
The .vars.env file must be in the following format:
VAR=test
The output.tpl.txt file can then be configured like this:
My ${VAR} configuration!
The resulting output.txt file will look like this:
My test configuration!
License
MIT
Directories
¶
Click to show internal directories.
Click to hide internal directories.