repo2markdown¶
Module Contents¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes¶
- repo2markdown.ROOT_DIR¶
- repo2markdown.OUTPUT_FILE¶
- repo2markdown.INCLUDE_EXTENSIONS¶
- repo2markdown.SKIP_DIRS¶
- repo2markdown.INDENT = ' '¶
- repo2markdown.should_include_file(file_path: pathlib.Path)¶
- repo2markdown.generate_tree_structure(root: pathlib.Path) str¶
- repo2markdown.get_readme_content(root: pathlib.Path) str¶
- repo2markdown.get_imported_modules(file_path: pathlib.Path) list¶
- repo2markdown.write_imports_section(root_dir: pathlib.Path)¶
- repo2markdown.write_file_contents(root_dir: pathlib.Path)¶
- repo2markdown.main()¶