Skip to content

Convert your small to medium-sized binary files (like images) to yaml for better source control in git.

Notifications You must be signed in to change notification settings

se7enack/files-to-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

files-to-yaml

Description

Convert your small to medium-sized binary files (like images) to yaml for better source control in git

Details

Put files of the extention you wish to convert to yaml into the files/ directory

Examples

To send the *.png files to yaml:

./convert.py ext2yaml png
# or for all file extentions
./convert.py ext2yaml "*"

example output: https://github.com/se7enack/files-to-yaml/blob/main/files/inventory.yaml



To retrieve files from a previously generated yaml:

./convert.py yaml2ext

About

Convert your small to medium-sized binary files (like images) to yaml for better source control in git.

Resources

Stars

Watchers

Forks

Languages