spiegel-keyman/developer/src/kmc-analyze
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 Merge pull request #10918 from keymanapp/chore/developer/consolidate-help-links 2024-03-05 16:07:01 +07:00
.eslintrc.cjs chore(developer): cleanup kmc-analyze build and test 2023-06-09 05:20:25 +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 refactor(developer): move osk module from common-types to developer-utils 2024-02-26 14:57:27 +07:00

Keyman Developer - kmc-analyze

This package provides Keyman keyboard analysis tools. It can be used from the command line with @keymanapp/kmc.

Currently, the primary function of this package is to work with Keyman's &displayMap store for rewriting the On Screen Keyboard with PUA characters, for consistent display of diacritics and combining marks across all platforms.