0.6.2 • Published 19 days ago

@rescript/tools v0.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

ReScript Tools

Install

npm install --save-dev @rescript/tools

CLI Usage

rescript-tools --help

Generate documentation

Print JSON:

rescript-tools doc src/EntryPointLibFile.res

Write JSON:

rescript-tools doc src/EntryPointLibFile.res > doc.json

Reanalyze

rescript-tools reanalyze --help

Decode JSON

Add to bs-dev-dependencies:

"bs-dev-dependencies": ["@rescript/tools"]
// Read JSON file and parse with `Js.Json.parseExn`
json->RescriptTools.Docgen.decodeFromJson
0.6.2

19 days ago

0.6.1

22 days ago

0.6.0

23 days ago

0.5.0

4 months ago

0.4.0

4 months ago

0.3.0

5 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

7 months ago