Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 425 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 425 Bytes

mdn-checker

Check MDN page structures

Installation

yarn
yarn build

We don't have an npm publishing yet, although we may in the future.

Usage

NODE_OPTIONS="--experimental-vm-modules" yarn mdn-checker ../content

where ../content is the path to the MDN content repository.

To run the ES scraper:

yarn es:scrape

To sync the ES spec with upstream:

yarn es:sync