Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Apr 4, 2020
1 parent 702ffeb commit ab1aa51
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,28 @@
[![Tests](https://github.com/wavedrom/schema/workflows/Tests/badge.svg)](https://github.com/wavedrom/schema/actions)
[![Coverage Status](https://coveralls.io/repos/github/wavedrom/schema/badge.svg?branch=master)](https://coveralls.io/github/wavedrom/schema?branch=master)

JSON schema for WaveDrom
[JSON Schema](https://json-schema.org/) for [WaveDrom](https://wavedrom.com)

## NPM Install

```sh
npm i wavedrom-schema
```

## Download

```sh
curl https://unpkg.com/wavedrom-schema@0.3.1/waveschema.json
```

[WaveDrom spec](https://observablehq.com/@drom/wavedrom-schema)

## Testing

```sh
npm test
```

## License

MIT [LICENSE](LICENSE).

0 comments on commit ab1aa51

Please sign in to comment.