Make config file parsers pluggable #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "uw-pluggable-decoders"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to simplify deps, this PR makes config file formats pluggable. The extensions supported by default are "json" and "eterm".
The default json decoder is the one from OTP, but if one prefers another (e.g.
zj
), it's possible to choose that when installing the gmconfig env.Example of adding a yaml decoder: