2.0.5 • Published 4 years ago

convert-yaml v2.0.5

Weekly downloads
74
License
MIT
Repository
-
Last release
4 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

4 years ago

2.0.3

4 years ago

2.0.4

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago