A CLI tool to download images that are referenced in Markdown files in a path.
How does it work:
- Path to a folder is provided to the CLI tool
.md
files are scanned recursively inside the folder and all sub directories.- Markdown image URL notations are scanned and images URLs are extracted.
- Images are downloaded to a folder named
downloaded_images
.
mdimg <path-to-folder>
The images will be downloaded to a folder named downloaded_images
at current working directory.
To build into executables, use npm run build
.