Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tc39/ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://github.com/tc39/ecmarkup

Last synced: about 2 months ago
JSON representation

An HTML superset/Markdown subset source format for ECMAScript and related specifications

Awesome Lists containing this project

README

        

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.