Skip to content

dannykok/property-to-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple conversion from a property file to yaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages