spiegel-keyman/developer/src/kmc-ldml
Marc Durdin ee0fc0ce14 chore(developer): cleanup npm publish
Use a new flag `--npm-publish` in conjunction with `publish` action,
so that the default will always be to `npm pack` if the new flag is not
specified. This flag is also guarded in the actual npm publish code to
ensure that it can only run in the appropriate CI alpha/beta/stable
environment, and not in local or test.

This then also removes the separate `pack` action.

Also removes legacy boilerplate from a number of build scripts.
2024-05-20 06:34:57 +07:00
..
config feat(developer): add api-extractor and api-documenter and config 2024-02-26 11:37:32 +07:00
src fix(developer): escape plus and asterisk sign 2024-04-19 16:37:16 -05:00
test fix(developer): escape plus and asterisk sign 2024-04-19 16:37:16 -05:00
.eslintrc.cjs chore: rename kmc-keyboard to kmc-ldml 2023-05-09 14:08:45 +07:00
build.sh chore(developer): cleanup npm publish 2024-05-20 06:34:57 +07:00
package.json chore(common): drops package-specific 'chai', '@types/chai' versions 2024-05-07 14:35:09 +07:00
README.md docs(developer): npm package readme files 2024-02-26 14:00:51 +07:00
tsconfig.json chore: Merge branch 'epic/package-metadata' into chore/merge-master-into-package-metadata 2023-10-06 11:52:13 +07:00

Keyman Developer - kmc-ldml

This package compiles LDML .xml keyboards into Keyman .kmx binary keyboard files. It can be used from the command line with @keymanapp/kmc.

Note: this package requires WASM support (for the uset parser).