md-file-tree
md-file-tree copied to clipboard
Generate markdown list of all the files in a directory. Now also with emoji 📂 📄
Using latest version of this package with node version 14.18.1 on macOS 10.15.7, when I run `npx md-file-tree .` it just hangs forever with no output. 🤔
When generating TOC with the package, if a folder or file has a space in its name the markdown link does not work as expected. Need to replace spaces with...
# Problem I get this eror when I try to run it for the first time. ```node PS C:\Users\shiva> md-file-tree C:\Users\shiva\AppData\Roaming\npm\node_modules\md-file-tree\index.js:28 Object.keys(result).sort().forEach(key => { ^ TypeError: Cannot convert undefined or...
can we display file size in mb or gb with each file??
Hi - thanks for a very useful script. Is it possible to have an exclusion option at the command line that allows the user to prevent certain files and/or directories...
Hey! This will fix #39. Please consider to publish this github action with [this guide](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace). Thanks @michalbe !
It will be awsome if we had this project as [Github Action](https://docs.github.com/en/actions); So there will be no need to manually run and update markdown file when files or directories changed...