/cli-replace

Primary LanguageGoGNU General Public License v3.0GPL-3.0

cli-replace

A small experiment in GoLang.

Replaces strings in an input file based on a value file, andoutputs to an output file.

Example usage: cli-replace -f myInput.txt -i myValues.toml -c myApp.toml.

An example (using test-data provided in test/data) can be run using make run.

See the Makefile for building, test running, code coverage, etc.