Détail du package

@serkonda7/yaml2json

serkonda73.1kMIT0.9.0

Utility script for converting YAML files to JSON.

readme

YAML to JSON

CI

Utility script for converting YAML files to JSON.

Installation

npm i -D @serkonda7/yaml2json

Usage

yaml2json [flags] <file.yml> [file2.yml ...]

-o, --out      Specify a custom output dir. Default is ./out/
-p, --pretty   Json files will have an indentation of 2. By default the output is minimized.