Skip to content

zhpete/merge-strings-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merge strings.txt

Merge strings.txt files for Frosty

Usage

Download the latest executable from the releases page. Open a terminal and run

./path/to/executable/MergeStringsTxt.exe --help

The script accepts an input argument which specifies a folder where the .txt files you want to merge are located. An output argument can also be provided but if it is omitted then the merged file will be created at ./strings.txt.

Example

MergeStringsTxt.exe -i path/to/strings/files -o path/to/frosty/strings.txt

Running for development

Requires Node.js to be installed.

Open a terminal in the project root and run the following:

npm install
node src --help