Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0 (home page)Version 7.0 (home page)Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

On this page

kmlmc - Command Line Lexical Model Compiler

kmlmc is the command line lexical model compiler included in Keyman Developer. It is 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: kmlmc <infile> [-V, --version] [-o, --outFile <filename>] [-h, --help]

General compiler parameters

infile
A .model.ts file (lexical model source). Required in compiler mode.
-V, --version
Output the version number.
-o <filename>
Where to save the resultant file.
-h, --help
Output usage information.