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

https://github.com/aspeddro/rescript-docgen-test


https://github.com/aspeddro/rescript-docgen-test

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Install rescript-tools

```sh
npm install $(npm pack ./path/to/rescript-vscode/tools | tail -1)
```

Generate JSON:

```sh
npm run docgen
```

Decode JSON:

```sh
node scripts/test.bs.mjs > doc/doc_decoded_json
```