2.0.5 • Published 3 years ago

convert-yaml v2.0.5

Weekly downloads
74
License
MIT
Repository
-
Last release
3 years ago

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;
2.0.5

3 years ago

2.0.3

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago