LdmlKeyboardGenerator.run() method
Home > @keymanapp/kmc-generate > LdmlKeyboardGenerator > run
LdmlKeyboardGenerator.run() method
Generate a LDML Keyboard 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.