bfmecli
v1.0.0
Published
CLI for game series The Battle For Middle-earth, The Battle For Middle-Earth 2 and The Battle For Middle-earth II: The Rise Of the Witch-king.
Downloads
76
Readme
bfmecli
CLI for game series The Battle For Middle-earth, The Battle For Middle-Earth 2 and The Battle For Middle-earth II: The Rise Of the Witch-king.
Installation
npm install bfmecli --global
Convert language files
- Convert from csf to str.
- command csf file path is required.
- --str [strFilePath] file path is optional, if not specified file saved as csf file name.
- Optional flag can be used for sorting strings --sort "up" [A-Z] or "down" [Z-A]
bfme csf <csfFilePath> --str [strFilePath] --sort "up"
- Convert from csf to json.
- command csf file path is required.
- --json [jsonFilePath] file path is optional, if not specified file saved as csf file name.
bfme csf <csfFilePath> --json [jsonFilePath] --sort "down"
- Can be combine to create both str and json
bfme csf <csfFilePath> --str [strFilePath] --json [jsonFilePath] --sort "up"
- Convert from str to csf
- [csfFilePath] is optional, if not specified csf file name is the same as str file name.
bfme str <strFilePath> [csfFilePath]
- Convert from json to csf
- [jsonFilePath] is optional, if not specified csf file name is the same as json file name.
bfme str <strFilePath> [jsonFilePath]