kmc-generate package
Home > @keymanapp/kmc-generate
kmc-generate package
Classes
Class | Description |
---|---|
AbstractGenerator | Common functionality for generating projects. Do not instantiate this class, rather instantiate a subclass |
KeymanKeyboardGenerator | 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 | 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 | 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 | Options for the Keyman Developer project generator |