kmlmp - Command Line Lexical Model Package Compiler
kmlmp is the command line lexical model package compiler included in Keyman Developer. It is and also available via npm.
Installation via npm
First, install nodejs. Then, install with the following:
npm i @keymanapp/developer-lexical-model-compiler
Compiler mode
The following parameters are available:
Usage: kmlmp <infile> [-V, --version] [-o, --outFile <filename>] [-h, --help]
General compiler parameters
infile
- A .kps file (lexical model package source). Required in compiler mode.
-V, --version
- Output the version number.
-o <filename>
- Where to save the resultant file.
-h, --help
- Output usage information.