https://github.com/open-wc/custom-elements-manifest
Custom Elements Manifest is a file format that describes custom elements in your project.
https://github.com/open-wc/custom-elements-manifest
custom-elements custom-elements-json custom-elements-manifest customelements customelementsjson customelementsmanifest hacktoberfest manifest open-wc web-components webcomponents
Last synced: 2 months ago
JSON representation
Custom Elements Manifest is a file format that describes custom elements in your project.
- Host: GitHub
- URL: https://github.com/open-wc/custom-elements-manifest
- Owner: open-wc
- Created: 2021-06-05T13:02:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T16:03:07.000Z (4 months ago)
- Last Synced: 2025-05-12T22:01:56.900Z (2 months ago)
- Topics: custom-elements, custom-elements-json, custom-elements-manifest, customelements, customelementsjson, customelementsmanifest, hacktoberfest, manifest, open-wc, web-components, webcomponents
- Language: JavaScript
- Homepage: https://custom-elements-manifest.open-wc.org/
- Size: 15.3 MB
- Stars: 264
- Watchers: 4
- Forks: 50
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@custom-elements-manifest`
Custom Elements Manifest is a file format that describes custom elements. This format will allow tooling and IDEs to give rich information about the custom elements in a given project. You can find the repository for the specification of the schema [here](https://github.com/webcomponents/custom-elements-manifest).
> ✨ Try it out in the [online playground](https://custom-elements-manifest.netlify.app/)! ✨
## Packages- [`@custom-elements-manifest/analyzer`](./packages/analyzer) Generate manifests from source
- [`@custom-elements-manifest/find-dependencies`](./packages/find-dependencies) Given an array of paths, scans all modules and returns all depending paths
- [`@custom-elements-manifest/to-markdown`](./packages/to-markdown) Generate markdown from manifests
- [`cem-plugin-readme`](./plugins/readme) Generate README files