Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 392 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 392 Bytes

ecmarkup

A web component-based source format for ECMAScript and related specifications. See the project page 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.