A module to download favicon of any site
$ npm install favicon-downloader-cli --g
$ favdownload --help
a cli to download favicon of any site
Usage
$ favdownload <url> [--path] [--name]
Options
--path Path to download the favicon
--name Name for favicon file downloaded
Examples
$ favdownload https://theanubhav.com
$ favdownload https://devtips.theanubhav.com --name favicon.ico
$ favdownload https://about.theanubhav.com --name favicon.ico --path /a/ico
- favicongrab A module for fetching Favicon of any web site.
- favicon-downloader A module for downloading Favicon of any web site.
Suggestions and PRs are welcome!
Please create issue or open PR request for contribution.
refer LICENSE
file in this repository.