UNPKG

ecmarkup

Version:

Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.

25 lines (15 loc) 392 B
ecmarkup ======== A web component-based source format for ECMAScript and related specifications. See [the project page](https://tc39.es/ecmarkup/) for details. ### Installing & Using Requires node 8 or above. ``` npm install ecmarkup ecmarkup in.html out.html ``` ### Formatter There is also an auto-formatter: ``` emu-format --write spec.html ``` See its `--help` for more details.