spiegel-keyman/developer/src/kmc-keyboard-info
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 chore(developer): add code coverage for schema validation failure 2024-04-18 12:46:57 +01:00
test chore(developer): Merge branch 'master' into test/developer/keyboard-info-compiler-unit-tests-3 2024-05-06 11:16:00 +01:00
.gitignore chore(developer): add write artifacts to disk test 2024-03-19 11:11:00 +00: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 feat(developer): support isRTL and license fields in .model_info 2023-08-29 16:37:37 +10:00

Keyman Developer - kmc-keyboard-info

This package builds a .keyboard_info file from a Keyman keyboard project. It can be used from the command line with @keymanapp/kmc.

This package is used only for preparing metadata files for deployment of keyboards to the Keyman Cloud Keyboard Repository.