This is a python program to generate a (for now) markdown file containing all the code present in the files of a directory
- Clone the repository or download the python file.
- Customize the
.ignore
file to your requirements. - Run the python file from a folder one level above target folder i.e. if your path is Desktop/Code, run this script from Desktop
- Provide all the right Information
- Use a markdown viewer/ browser plugin to access the file
- currently only supports syntax highlighting for python. more support to be added later.
- does not convert markdown to PDF