convert-yaml
v2.0.5
Published
JS object/array to YAML
Downloads
496
Readme
JSToYaml
A small tool for converting JS Object/Array into YAML. https://www.npmjs.com/package/convert-yaml
Installation
$ npm install convert-yaml --save
Participate
Build:
$ npm run build
$ npm publish
Usage
import JSToYaml from 'convert-yaml';
const text: string = JSToYaml.stringify(myObjectToConvert).value;