0.6.6 • Published 8 months ago

@rescript/tools v0.6.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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.6

8 months ago

0.6.5

8 months ago

0.6.3

1 year ago

0.6.4

12 months ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago