This Project is a console application that allows creating a zipped version of a Bachelor Thesis including the given files and all Git-Projects specified. You can use a YAML-File to specify the files and directories included, ignored files and the name for the config and the target directory. Additionally you have the ability to use GitProjects to clone several Repositories
- Download the Application Files as a zip file here
- Unzip the file in a Folder of your choice
- Create a
Config.yamlFile for your Thesis Configuration. You can find a template for this here. - Run ThesisPacker.exe and specify the Path of your Config file (e.g.
C:\configs\Config.yaml). - Have fun 😄
This Project uses LibGit2Sharp and YamlDotNet. The given copyright-notices are shown when starting the program.