Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 --help

a 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.