spiegel-keyman/developer/src/kmc-package
Marc Durdin 724a8ea0f5 maint(developer): cleanup additional TestCompilerCallbacks references
Address a review comment from #15665 and cleanup additional references
that I missed the first time around, along with the `fs.readFileSync`
`Uint8Array` cast.

Follows: #15665
Test-bot: skip
2026-03-05 13:15:43 +01:00
..
config feat(developer): add api-extractor and api-documenter and config 2024-02-26 11:37:32 +07:00
src Merge pull request #15653 from keymanapp/fix/developer/15627-checkPackageInfo-null-return-values 2026-03-03 20:25:45 +07:00
test maint(developer): cleanup additional TestCompilerCallbacks references 2026-03-05 13:15:43 +01:00
.eslintrc.cjs change(developer): clean up developer/src/kmc-package linter issues 2025-04-30 09:37:32 +07:00
build.sh maint(resources): move NPM package publishing to GitHub Actions 2025-10-27 16:31:55 +01:00
package.json maint(developer): make TestCompilerCallbacks usage more consistent and simplify 2026-03-03 16:44:06 +01:00
README.md docs(developer): npm package readme files 2024-02-26 14:00:51 +07:00
tsconfig.json refactor(common): merge master into branch 2024-08-01 07:07:07 +07:00

Keyman Developer - kmc-package

This package compiles .kps Keyman package source files into binary .kmp Keyman package files. It can be used from the command line with @keymanapp/kmc.

Note: .kmp files are .zip files internally.