repvar-0.1.14 has been yanked.
repvar - Variable replacing UNIX-style text filter
A tiny CLI tool that replaces variables of the style ${KEY}
in text with their respective value.
It can also be used as a rust library.
For the CLI tool,
the variables can be read from the environment
or be directly supplied through CLI switches
like -Dkey=value.
Usage
A Simplisitc example:
|
A slightly more elaborate example:
|
More usage info can be seen when running:
Building
Testing
To run the unit-tests: