Skip to content

jc-verse/mdn-checker

Repository files navigation

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