Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 285 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 285 Bytes

property-to-yaml

Simple conversion from a property file (e.g. .env) to a yaml.

usage

pip install pyyaml

Example converting a .env file to a .env.yaml file:

# python property_to_yaml.py [input file] [output yaml file]
python property_to_yaml.py .env .env.yaml