UNPKG

392 BMarkdownView Raw
1ecmarkup
2========
3
4A web component-based source format for ECMAScript and related specifications. See [the project page](https://tc39.es/ecmarkup/) for details.
5
6
7### Installing & Using
8
9Requires node 8 or above.
10
11```
12npm install ecmarkup
13ecmarkup in.html out.html
14```
15
16### Formatter
17
18There is also an auto-formatter:
19
20```
21emu-format --write spec.html
22```
23
24See its `--help` for more details.