consub

module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2024 License: MIT

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL