code-to-markdown
Provides the funcionality to create a markdown file from the content of all files in a directory.
How to run:
- Make sure python is installed!
- Navigate to the directory where the create_markdown.py is located.
- Run the following command:
python create_markdown.py <path to the desired directory>
Output
An 'merged.md' file will be created in the directory where the script was called.