Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T10:16:22.000Z (10 days ago)
- Last Synced: 2025-01-15T21:34:30.246Z (2 days 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: 13.4 MB
- Stars: 248
- Watchers: 5
- Forks: 51
- Open Issues: 80
-
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