Disguise is CLI tool for generation markdown with list of github repository directories and files.
Can be used for creation repositories issues about the process of documenting the code.
CLI options could be:
-url "<github_repo_url>" - identify repositories should have documentation
-ext "<file_extension>" - identify files should have documentation
-ignore "<some_dir_name_in_repo>" - identify dirs shouldn't have documentation
-file-prefix "<some_markdown_syntax>" - specifies the prefix of files in the output markdown (default: - [ ])
-folder-prefix "<some_markdown_syntax>" - specifies the prefix of folders in the output markdown (default: #####)
-help - returns CLI help and info
Usage example
Let's create an issue about the process of documenting this project, but I don't want to document the checks folder.
We just need to write this line in the terminal.