Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.
/ yaml2yaml Public archive

YAML reformatter

License

Notifications You must be signed in to change notification settings

jwilk-archive/yaml2yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ yaml2yaml --help
usage: yaml2yaml [-h] [-j] [FILE]

positional arguments:
  FILE              YAML file to parse

options:
  -h, --help        show this help message and exit
  -j, --json-input  parse input as JSON

$ yaml2yaml <<< "{'a': 'b'}"
a: b

Releases

No releases published

Packages

No packages published