Skip to content

simonmartinez/ts-convert-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Convert JS Object/Array to YAML format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published