Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 881 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 881 Bytes

custom-elements-manifest-tools

Tools for working with custom elements manifests

Monorepo

This repository is a monorepo using npm workspaces and Wireit to run scripts.

Setup

Install dependencies:

From the root directory run:

npm ci

Build all packages

From the root directory run:

npm run build

This will build all packages

Build a single package

Running npm run build in a single package will build that package and its monorepo dependencies.

Packages

  • 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.