catala/runtimes/rescript/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
726 B
Markdown
Raw Normal View History

# [`@catala-lang/rescript-catala`](https://www.npmjs.com/package/@catala-lang/rescript-catala) ![npm][npm]
2023-05-05 12:06:20 +03:00
A ReScript wrapper for the Catala runtime
## Install
```
yarn add @catala-lang/rescript-catala
```
## Local dev
```
# in this dir
yarn link
# in the project to use the lib
yarn link @catala-lang/rescript-catala
```
> _Somehow it doesn't work with
> [catala-website](https://github.com/CatalaLang/catala-website), you need to
> publish a new patch to be able to use modification in this project._
2023-05-05 12:06:20 +03:00
## Example of use
* [catala-website](https://github.com/CatalaLang/catala-website)
* [catala-explain](https://github.com/CatalaLang/catala-explain)
[npm]: https://img.shields.io/npm/v/@catala-lang/rescript-catala