spiegel-keyman/developer/src/kmc-model-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 Merge pull request #10922 from keymanapp/docs/developer/kmc-model-info-docs 2024-03-07 18:13:11 +07:00
test feat(developer): adds kmc message command 2024-02-29 11:05:27 +07:00
.eslintrc.cjs refactor(developer): remove node dependencies from kmc-model-info 2023-07-18 14:02:04 +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(developer): fix path in tsconfig.json in kmc-model-info 2023-10-10 16:15:50 +07:00

Keyman Developer - kmc-model-info

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

This package is used only for preparing metadata files for deployment of lexical models to the Keyman Cloud Lexical Model Repository.