Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0

On this page

LexicalModelGenerator.run() method

Home > @keymanapp/kmc-generate > LexicalModelGenerator > run

LexicalModelGenerator.run() method

Generate a Lexical Model project. Returns an object containing binary artifacts on success. The files are passed in by name, and the compiler will use callbacks as passed to the AbstractGenerator.init() function to read any input files by disk.

Signature:

run(): Promise<GeneratorResult>;

Returns:

Promise<GeneratorResult>

Binary artifacts on success, null on failure.