0.0.5 • Published 2 years ago

@jobscale/yaml-js v0.0.5

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

@jobscale/yaml-js

YAML JSON Convertor

Installation

npm i -g @jobscale/yaml-js

Examples

YAML to JSON

yaml2json test/sample.yaml

JSON to YAML

json2yaml test/sample.json

js-yaml

Examples

# show version
js-yaml -v
js-yaml --version

# show help
js-yaml -h
js-yaml --help

# yaml to json
js-yaml test/sample.yaml

# json to yaml
js-yaml test/sample.json

# yaml to json
js-yaml < test/sample.yaml

# json to yaml
js-yaml < test/sample.json
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago