|
[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.
|