spiegel-keyman/common/web/types
Marc Durdin a7f8123e56 feat(developer): support building .keyboard_info without source version
Relates to #9351.

Adds support for building a .keyboard_info file without having source
.keyboard_info file:

* Constructs a default source .keyboard_info in memory
* Hints if license is missing
* If LICENSE.md is present, verifies it matches the MIT license text
* Adds project option to turn on or off metadata generation. This will
  default to False for version 1.0 projects, and to True for version 2.0
  projects. This means that the keyboard repository will need a PR to
  enable metadata generation for existing projects in the repository,
  but this is important to avoid breaking builds for existing projects
  that are not in the repository.
* Turns on additional c8 coverage for kmc projects
2023-08-16 12:47:37 +07:00
..
src feat(developer): support building .keyboard_info without source version 2023-08-16 12:47:37 +07:00
test feat(developer): support building .keyboard_info without source version 2023-08-16 12:47:37 +07:00
.eslintrc.cjs refactor(developer): use callbacks to avoid direct fs access in kmc-package 2023-04-26 12:31:50 +07:00
.gitignore refactor(common): bundle schemas into web/types 2023-07-12 12:53:56 +07:00
build.sh chore(developer): cleanup keyboard_info schema 2023-08-16 09:26:39 +07:00
package.json chore(developer): cleanup compiler messages in kmc 2023-07-10 15:13:48 +07:00
tsconfig.json refactor(common): bundle schemas into web/types 2023-07-12 12:53:56 +07:00