Info
Version: | 1.0.2 |
Author(s): | Dejan Ćebetarević |
Last Update: | Tuesday, July 14, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cebence/ftreplace |
NuGet Url: | https://www.nuget.org/packages/FileTextReplace |
Install
Install-Package FileTextReplace
dotnet add package FileTextReplace
paket add FileTextReplace
FileTextReplace Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The tool can copy a source (template) file to the destination location, and/or replace all occurrences of "find" string with the "replace" string in the destination file.
See https://github.com/cebence/ftreplace/blob/master/README.md for details and examples.
IMPORTANT: Be aware of the "trailing backslash issue" and how it pertains to this tool (https://github.com/cebence/ftreplace/blob/master/README.md#backslash-issue).