Description
Haskell implementation of aws/cfn-flip.
Description
Functions to flip between CloudFormation Yaml and JSON syntaxes
README.md
CfnFlip
Pure Haskell implementation of cfn-flip.
Usage
See CfnFlip.hs.
Release
To release a new version of this library, push a commit to main
using a conventionally-formatted commit message.
- Prefix with
fix:
to release a new patch version, - Prefix with
feat:
to release a new minor version, or - Use
<type>!:
or aBREAKING CHANGE:
footer to release a new major version