<link rel="stylesheet" href="/_merged_assets/_static/search/noscript.css">
Custom Elements Manifest Custom Elements Manifest Analyzer Blog Playground Toggle darkmode

Custom Elements Manifest

Codegen for Web Components

CLI

npm i -D \
  @custom-elements-manifest/analyzer

npx cem analyze --litelement
Generate manifests from source code.

Plugins

export default {
  plugins: [
    readmePlugin({header: 'head.md'})
  ]
}
Plugin-based architecture to customize all the things.

Ecosystem

npm i -D \
  cem-plugin-readonly \
  cem-plugin-atomico \
  cem-plugin-jsdoc-example \
  cem-plugin-reactify
Active community contributions.