spiegel-keyman/developer/js
2019-08-21 11:27:59 -06:00
..
source Export ModelSourceError when... the model source code is invalid! 2019-08-19 15:26:28 -06:00
tests Create test helper to find fixtures. 2019-08-21 11:27:59 -06:00
.gitignore [developer] Initial lexical model compiler files (not yet working) 2019-05-08 10:40:46 +10:00
build.sh Add minimal README and install deps on build. 2019-08-19 15:26:28 -06:00
package-lock.json Bump lodash from 4.17.11 to 4.17.15 in /developer/js 2019-07-19 04:39:37 +00:00
package.json Create test helper to find fixtures. 2019-08-21 11:27:59 -06:00
README.md Add minimal README and install deps on build. 2019-08-19 15:26:28 -06:00
tsconfig.json Add a few more strict checks. 2019-08-19 15:26:28 -06:00

Keyman Developer

This contains the source code of Keyman development tools.

In order to build [lexical models][], these tools must be built and compiled.

How to build

./build.sh

How to run the tests

./build.sh -test

How to install

npm install
npm run build
npm link