spiegel-keyman/web/src/engine/keyboard
Marc Durdin 2726050601 maint(common): rename and move node-related script functions into node.inc.sh
Consolidates the node-related script functions into node.inc.sh, as part
of cleaning up the build scripts and making them easier to maintain into
the future.

Fixes: #14447
2025-08-02 13:34:29 +10:00
..
src chore(web): replace kmwFromCharCode with its ES6 equivalent 2025-04-21 08:36:59 +07:00
.c8rc.json chore(web): fix coverage-reporting artifact 2025-02-12 15:56:54 +07:00
.gitignore refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
build.sh maint(common): rename and move node-related script functions into node.inc.sh 2025-08-02 13:34:29 +10:00
README.md refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
tsconfig.all.json refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
tsconfig.json refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00

Keyman: Keyboard Processor Module

The Original Code is (C) 2017-2024 SIL International

The Keyboard Processor module is an internal component of KeymanWeb, seen within this repo at /web/.

Minimum Compilation Requirements

  • A local installation of Node.js v8.9+.
    • Builds will call npm install to automatically install further necessary build dependencies.

    • Linux users can update to LTS version of nodejs by following instructions on the NodeSource Distributions page.


The main build script may be found in this folder at ./build.sh.