Open Issues Need Help
View All on GitHubAI Summary: The task is to fix a bug in the `cem generate` command where the `--output` flag's path is not resolved relative to the `--project-dir` flag, as it should be. The solution involves modifying the Go code to correctly join the project directory and output file path before writing the output file.
Generate Custom Elements Manifests from TypeScript sources
AI Summary: Implement a `cem get` command that retrieves specific custom element information (tag, module details, raw manifest data) given a package name and path, and optionally suggests alternative queries using Levenshtein distance. The command should also support a `--package` specifier.
Generate Custom Elements Manifests from TypeScript sources
AI Summary: Implement a `cem validate` command that checks a Custom Elements Manifest JSON file against the schema at https://github.com/webcomponents/custom-elements-manifest/blob/main/schema.json, considering the schema version in the manifest. The command should also provide optional warnings for lifecycle methods, static styles, and private members.
Generate Custom Elements Manifests from TypeScript sources