Grogogoll / mdn-checker

Check MDN page structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Check MDN page structures

License:MIT License


Languages

Language:TypeScript 95.6%Language:JavaScript 2.6%Language:HTML 1.7%Language:Shell 0.1%