There is no easy way to display images per page as a drawing book in a gitbook, without adding one .md file for each image manually. This utility should help it make that step easier.
-
-
List all the folders in the given pathList all the files in the given pathfor each file in the current folderadd file name to README.md in current pathcreate a .md file with image file nameadd text to display that imagemove the file to /src- log this info into the current log file with date time.
- Clean up and document