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