https://github.com/aspeddro/rescript-docgen-test
https://github.com/aspeddro/rescript-docgen-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspeddro/rescript-docgen-test
- Owner: aspeddro
- Created: 2023-10-12T21:29:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T00:36:05.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T12:55:26.965Z (over 1 year ago)
- Language: ReScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```