-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi,
thank you for your software! I was toying around with your tool today and was also looking into other tools that are trying to achieve similar things. One thing I'm currently missing is the possibility to add files under vars/ to the readme.
I had a quick glance into the source code to get an understanding how things work and how time consuming it would be to add the functionality.
So the first question would be, if you're open for adding the files under vars/ to the readme? If so I see a naming conflict because you decided to store the data from defaults/ in the dict and everywhere else with the name var - see for example.
I could try to do a PR for renaming all the stuff related to defaults/ if you are considering changing the internal variable names.