Skip to content

Latest commit

 

History

History
59 lines (53 loc) · 1.21 KB

README.md

File metadata and controls

59 lines (53 loc) · 1.21 KB

file_structure_to_markdown

program to convert file structure to markdown representation

Installation

Requirments

Install python 3.7+ and when you install check checkbox to add python to your Path

Install by pip:

python -m pip install git+https://github.com/KacperKotlewski/file_structure_to_markdown.git

Usage

Using python & console or bash

python -m files2md

Project structure

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

Contributing

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.

License

MIT