Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0 (current version)

On this page

You are viewing an incomplete pre-release version of this documentation. Click here to open the current version, 18.0.

kmc-generate package

Home > @keymanapp/kmc-generate

kmc-generate package

Classes

Class Description
[AbstractGenerator](./kmc-generate.abstractgenerator.md) Common functionality for generating projects. Do not instantiate this class, rather instantiate a subclass
[KeymanKeyboardGenerator](./kmc-generate.keymankeyboardgenerator.md) Generate a Keyman keyboard project. The generator does not read or write from filesystem or network directly, but relies on callbacks for all external IO.
[LdmlKeyboardGenerator](./kmc-generate.ldmlkeyboardgenerator.md) Generate a LDML keyboard project. The generator does not read or write from filesystem or network directly, but relies on callbacks for all external IO.
[LexicalModelGenerator](./kmc-generate.lexicalmodelgenerator.md) Generate a Keyman lexical model project. The generator does not read or write from filesystem or network directly, but relies on callbacks for all external IO.

Interfaces

Interface Description
[GeneratorOptions](./kmc-generate.generatoroptions.md) Options for the Keyman Developer project generator