mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
.. | ||
src | ||
.gitignore | ||
bsconfig.json | ||
package.json | ||
README.md | ||
yarn.lock |
@catala-lang/rescript-catala
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, you need to publish a new patch to be able to use modification in this project.