{"id":20273021,"url":"https://github.com/sorairolake/favico","last_synced_at":"2025-04-11T04:42:40.869Z","repository":{"id":229764599,"uuid":"777540620","full_name":"sorairolake/favico","owner":"sorairolake","description":"An utility for creating favicons","archived":false,"fork":false,"pushed_at":"2025-04-07T15:38:09.000Z","size":1357,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-04-11T04:42:35.382Z","etag":null,"topics":["cli","command-line","command-line-tool","favicon","favicon-generator","favicons","generator","rust","rust-lang","terminal","tool"],"latest_commit_sha":null,"homepage":"https://sorairolake.github.io/favico/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sorairolake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.adoc","contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSES/Apache-2.0.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.adoc","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-26T03:20:37.000Z","updated_at":"2025-04-07T15:38:06.000Z","dependencies_parsed_at":"2024-11-07T10:22:14.553Z","dependency_job_id":"495ac5a0-8bbf-4cac-8074-ebca5c3685e9","html_url":"https://github.com/sorairolake/favico","commit_stats":null,"previous_names":["sorairolake/favico"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Ffavico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Ffavico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Ffavico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Ffavico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorairolake","download_url":"https://codeload.github.com/sorairolake/favico/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345281,"owners_count":21088242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","command-line","command-line-tool","favicon","favicon-generator","favicons","generator","rust","rust-lang","terminal","tool"],"created_at":"2024-11-14T12:47:47.749Z","updated_at":"2025-04-11T04:42:40.856Z","avatar_url":"https://github.com/sorairolake.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2024 Shun Sakai\n\nSPDX-License-Identifier: GPL-3.0-or-later\n--\u003e\n\n# favico\n\n[![CI][ci-badge]][ci-url]\n[![Version][version-badge]][version-url]\n![MSRV][msrv-badge]\n![License][license-badge]\n\n**favico** is a command-line utility for creating favicons.\n\n![Demo animation](assets/demo.gif)\n\n## Installation\n\n### From source\n\n```sh\ncargo install favico\n```\n\n### From binaries\n\nThe [release page] contains pre-built binaries for Linux, macOS and Windows.\n\n### How to build\n\nPlease see [BUILD.adoc].\n\n## Usage\n\n### Basic usage\n\n```sh\nfavico input.png\n```\n\nThe following files will be generated in the current directory:\n\n```text\n.\n├── android-chrome-192x192.png\n├── android-chrome-512x512.png\n├── apple-touch-icon.png\n├── favicon-16x16.png\n├── favicon-32x32.png\n├── favicon.ico\n└── site.webmanifest\n```\n\n### Generate shell completion\n\n`--generate-completion` option generates shell completions to standard output.\n\nThe following shells are supported:\n\n- `bash`\n- `elvish`\n- `fish`\n- `nushell`\n- `powershell`\n- `zsh`\n\nExample:\n\n```sh\nfavico --generate-completion bash \u003e favico.bash\n```\n\n## Command-line options\n\nPlease see the following:\n\n- [`favico(1)`]\n\n## Source code\n\nThe upstream repository is available at\n\u003chttps://github.com/sorairolake/favico.git\u003e.\n\nThe source code is also available at:\n\n- \u003chttps://gitlab.com/sorairolake/favico.git\u003e\n- \u003chttps://codeberg.org/sorairolake/favico.git\u003e\n\n## Changelog\n\nPlease see [CHANGELOG.adoc].\n\n## Contributing\n\nPlease see [CONTRIBUTING.adoc].\n\n## Home page\n\n\u003chttps://sorairolake.github.io/favico/\u003e\n\n## License\n\nCopyright (C) 2024 Shun Sakai (see [AUTHORS.adoc])\n\n1.  This program is distributed under the terms of the _GNU General Public\n    License v3.0 or later_.\n2.  Some files are distributed under the terms of the _Creative Commons\n    Attribution 4.0 International Public License_.\n\nThis project is compliant with version 3.3 of the [_REUSE Specification_]. See\ncopyright notices of individual files for more details on copyright and\nlicensing information.\n\n[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/favico/CI.yaml?branch=develop\u0026style=for-the-badge\u0026logo=github\u0026label=CI\n[ci-url]: https://github.com/sorairolake/favico/actions?query=branch%3Adevelop+workflow%3ACI++\n[version-badge]: https://img.shields.io/crates/v/favico?style=for-the-badge\u0026logo=rust\n[version-url]: https://crates.io/crates/favico\n[msrv-badge]: https://img.shields.io/crates/msrv/favico?style=for-the-badge\u0026logo=rust\n[license-badge]: https://img.shields.io/crates/l/favico?style=for-the-badge\n[release page]: https://github.com/sorairolake/favico/releases\n[BUILD.adoc]: BUILD.adoc\n[`favico(1)`]: https://sorairolake.github.io/favico/book/man/man1/favico.1.html\n[CHANGELOG.adoc]: CHANGELOG.adoc\n[CONTRIBUTING.adoc]: CONTRIBUTING.adoc\n[AUTHORS.adoc]: AUTHORS.adoc\n[_REUSE Specification_]: https://reuse.software/spec-3.3/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Ffavico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorairolake%2Ffavico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Ffavico/lists"}