bs-yaml
v1.0.2
Published
ReasonML bindings for the npm Yaml package
Downloads
4
Readme
bs-yaml
ReasonML bindings for the NPM JS-Yaml package
Only two functions are implemeted so far:
parse / parseWithOpts
stringify / stringifyWithOpts
How to install
yarn add bs-yaml
ornpm install bs-yaml
- update
bsconfig.json
->"bs-dependencies": [..., "bs-yaml"]
Usage examples
See tests
Open Source
Contributions very welcome!