thiamsantos / favicon-generator

Command-line to generate favicons from a image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

favicon-generator

Command-line to generate favicons from a image.

Installation

Install libvips:

$ apt install libvips-dev

You need go installed and GOBIN in your PATH. Once that is done, run the command:

$ go get -u github.com/thiamsantos/favicon-generator

Usage

Usage
  $ favicon-generator [options]

Options
  -i string
        Input image (default "logo.png")
  -o string
        Folder to output the favicons (default "favicons")

Examples
  $ favicon-generator
  $ favicon-generator -i path/to/logo.jpg
  $ favicon-generator -o /tmp/favicons
  $ favicon-generator -i path/to/logo.jpg -o /tmp/favicons

About

Command-line to generate favicons from a image.

License:Apache License 2.0


Languages

Language:Go 100.0%