1.0.15 • Published 3 years ago

@anzerr/json.to.yaml v1.0.15

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

Intro

GitHub Actions status | publish

Convert JSON to YAML

Install

npm install --save git+https://github.com/anzerr/json.to.yaml.git
npm install --save @anzerr/json.to.yaml

Example

const YAML = require('./index.js');
YAML.stringify({
	foo: 'bar',
	baz: ['qux','quxx']
});
1.0.15

3 years ago

1.0.14

4 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.5

6 years ago