Tools for working with custom elements manifests
This repository is a monorepo using npm workspaces and Wireit to run scripts.
From the root directory run:
npm ci
From the root directory run:
npm run build
This will build all packages
Running npm run build
in a single package will build that package and its monorepo dependencies.
- custom-elements-manifest-tools Tools for working with custom elements manifest data, such as resolving references, getting lists of element declarations, getting elements and modules by name, etc.
- custom-elements-manifest-validator Validates mafests for correctness.