Skip to content

coffee-cup/favocon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Favocon

CI crates.io badge

Command line utility for creating favicons from a PNG image.

favocon-gif

Commands

Create a directory of favicons to be used on your site.

favocon icon.png -o outdir/

The icon you provide as input must be square.

Installation

Favocon is available through Cargo.

  • Install Rust
  • cargo install favocon
  • The favocon binary will be installed into $CARGO_HOME/.bin/favocon. This should be in your PATH already if you're using rustup.

Building

  • Ensure you have the Rust toolchain installed.
  • Clone this repo and cd into the directory.
  • Build the project with Cargo.
cargo build
  • Run with cargo run.
cargo run -- icon.png -o outdir

About

Command line utility for creating favicons from a PNG image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages