Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anubhavsrivastava/favicon-downloader-cli
CLI for favicon-downloader
https://github.com/anubhavsrivastava/favicon-downloader-cli
cli favicon favicon-downloader favicon-grabber
Last synced: 3 months ago
JSON representation
CLI for favicon-downloader
- Host: GitHub
- URL: https://github.com/anubhavsrivastava/favicon-downloader-cli
- Owner: anubhavsrivastava
- License: mit
- Created: 2019-06-10T19:36:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T16:22:13.000Z (over 2 years ago)
- Last Synced: 2024-07-03T08:13:10.141Z (4 months ago)
- Topics: cli, favicon, favicon-downloader, favicon-grabber
- Language: JavaScript
- Size: 94.7 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# favicon-downloader-cli
> A module to download favicon of any site
[![Build Status](https://travis-ci.org/anubhavsrivastava/favicon-downloader-cli.svg?branch=master)](https://travis-ci.org/anubhavsrivastava/favicon-downloader-cli)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![GitHub issues](https://img.shields.io/github/issues/anubhavsrivastava/favicon-downloader-cli.svg?style=flat-square)](https://github.com/anubhavsrivastava/favicon-downloader-cli/issues)
[![HitCount](http://hits.dwyl.io/anubhavsrivastava/favicon-downloader-cli.svg)](http://hits.dwyl.io/anubhavsrivastava/favicon-downloader-cli)[![NPM](https://nodei.co/npm/favicon-downloader-cli.png?downloads=true&stars=true)](https://nodei.co/npm/favicon-downloader-cli/)
## Install
```
$ npm install favicon-downloader-cli --g
```## Usage
```
$ favdownload --helpa cli to download favicon of any site
Usage
$ favdownload [--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
```### Related Module
- [favicongrab](https://github.com/anubhavsrivastava/favicongrab) A module for fetching Favicon of any web site.
- [favicon-downloader](https://github.com/anubhavsrivastava/favicon-downloader) A module for downloading Favicon of any web site.### Contribution
Suggestions and PRs are welcome!
Please create issue or open PR request for contribution.
### License
[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](LICENSE)
refer `LICENSE` file in this repository.