program to convert file structure to markdown representation
Install python 3.7+ and when you install check checkbox to add python to your Path
python -m pip install git+https://github.com/KacperKotlewski/file_structure_to_markdown.git
Using python & console or bash
python -m files2md
file_structure_to_markdown
| .gitignore
| LICENSE
| README.md
| setup.bat
| setup.py
|-files2md
| | __init__.py
| | __main__.py
| |-config
| | | config.py
| | | isIgnored.py
| | | __init__.py
| |-structure_objects
| | | file.py
| | | structureObject.py
| | | __init__.py
| | |-structurable_directory
| | | | append_subdirs.py
| | | | build_tree.py
| | | | directoryObj.py
| | | | __init__.py
| |-to_markdown
| | | to_markdown_file.py
| | | user_input.py
| | | __init__.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.