A small solution for prettifying YAML files using `yaml` and `prettier`. One thing not covered by other tools before was the reduction/normalization on quotes. YAML do not require quotes for most strings, but for some.
npm install prettier-yamlA small solution for prettifying YAML files using yaml and prettier. One thing not covered by other tools before was the reduction/normalization on quotes. YAML do not require quotes for most strings, but for some.
- Parsing using yaml
- Prettifying using prettier
- Removal of all optional string quotes
Usage when installed:
``tsx`
prettier-yaml
Usage using npx (without installing):
`tsx``
npx prettier-yaml
Apache License; Version 2.0, January 2004
Copyright 2023
Sebastian Software GmbH