romanschejbal / bs-yaml

ReasonML bindings for the npm Yaml package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bs-yaml

CircleCI

ReasonML bindings for the NPM JS-Yaml package

Only two functions are implemeted so far:

  • parse / parseWithOpts

  • stringify / stringifyWithOpts

How to install

  1. yarn add bs-yaml or npm install bs-yaml
  2. update bsconfig.json -> "bs-dependencies": [..., "bs-yaml"]

Usage examples

See tests

Open Source

Contributions very welcome!

About

ReasonML bindings for the npm Yaml package


Languages

Language:C++ 53.0%Language:OCaml 47.0%