{"id":43655172,"url":"https://github.com/hack-ink/vibe-mono","last_synced_at":"2026-05-18T20:35:54.970Z","repository":{"id":50482176,"uuid":"519135592","full_name":"hack-ink/vibe-mono","owner":"hack-ink","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-31T03:19:27.000Z","size":265,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T17:31:46.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":false,"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/hack-ink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":"docs/governance.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2022-07-29T08:15:51.000Z","updated_at":"2026-01-31T03:18:35.000Z","dependencies_parsed_at":"2024-08-18T11:09:56.592Z","dependency_job_id":"3332c81c-fd4c-4551-bf74-1f4e3101ebe7","html_url":"https://github.com/hack-ink/vibe-mono","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/hack-ink/vibe-mono","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Fvibe-mono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Fvibe-mono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Fvibe-mono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Fvibe-mono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hack-ink","download_url":"https://codeload.github.com/hack-ink/vibe-mono/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Fvibe-mono/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29095428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T20:17:23.003Z","status":"ssl_error","status_checked_at":"2026-02-04T20:16:36.396Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-02-04T20:33:17.452Z","updated_at":"2026-05-18T20:35:54.965Z","avatar_url":"https://github.com/hack-ink.png","language":"Rust","funding_links":["https://ko-fi.com/hack_ink"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# name_placeholder\n\ndescription_placeholder\n\n[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Docs](https://img.shields.io/docsrs/name_placeholder)](https://docs.rs/name_placeholder)\n[![Language Checks](https://github.com/hack-ink/name_placeholder/actions/workflows/language.yml/badge.svg?branch=main)](https://github.com/hack-ink/name_placeholder/actions/workflows/language.yml)\n[![Release](https://github.com/hack-ink/name_placeholder/actions/workflows/release.yml/badge.svg)](https://github.com/hack-ink/name_placeholder/actions/workflows/release.yml)\n[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/hack-ink/name_placeholder)](https://github.com/hack-ink/name_placeholder/tags)\n[![GitHub last commit](https://img.shields.io/github/last-commit/hack-ink/name_placeholder?color=red\u0026style=plastic)](https://github.com/hack-ink/name_placeholder)\n[![GitHub code lines](https://tokei.rs/b1/github/hack-ink/name_placeholder)](https://github.com/hack-ink/name_placeholder)\n\n\u003c/div\u003e\n\n## Feature Highlights\n\n### TODO\n\nTODO\n\n## Status\n\nTODO\n\n## Usage\n\n### Installation\n\n#### Build from Source\n\n```sh\n# Clone the repository.\ngit clone https://github.com/hack-ink/name_placeholder\ncd name_placeholder\n\n# To install Rust on macOS and Unix, run the following command.\n#\n# To install Rust on Windows, download and run the installer from `https://rustup.rs`.\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable\n\n# Install the necessary dependencies. (Unix only)\n# Using Ubuntu as an example, this really depends on your distribution.\nsudo apt-get update\nsudo apt-get install \u003cDEPENDENCIES\u003e\n\n# Build the project, and the binary will be available at `target/release/name_placeholder`.\ncargo build --release\n\n# If you are a macOS user and want to have a `name_placeholder.app`, run the following command.\n# Install `cargo-bundle` to pack the binary into an app.\ncargo install cargo-bundle\n# Pack the app, and the it will be available at `target/release/bundle/osx/name_placeholder.app`.\ncargo bundle --release\n```\n\n#### Download Pre-built Binary\n\n- **macOS**\n    - Download the latest pre-built binary from [GitHub Releases](https://github.com/hack-ink/name_placeholder/releases/latest).\n- **Windows**\n    - TODO\n- **Unix**\n    - TODO\n\n### Configuration\n\n#### TODO\n\nTODO\n\n### Interaction\n\nTODO\n\n### Update\n\nTODO\n\n## Development\n\n### Architecture\n\nTODO\n\n## Support Me\n\nIf you find this project helpful and would like to support its development, you can buy me a coffee!\n\nYour support is greatly appreciated and motivates me to keep improving this project.\n\n- **Fiat**\n    - [Ko-fi](https://ko-fi.com/hack_ink)\n    - [Afdian](https://afdian.com/a/hack_ink)\n- **Crypto**\n    - **Bitcoin**\n        - `bc1pedlrf67ss52md29qqkzr2avma6ghyrt4jx9ecp9457qsl75x247sqcp43c`\n    - **Ethereum**\n        - `0x3e25247CfF03F99a7D83b28F207112234feE73a6`\n    - **Polkadot**\n        - `156HGo9setPcU2qhFMVWLkcmtCEGySLwNqa3DaEiYSWtte4Y`\n\nThank you for your support!\n\n## Appreciation\n\nWe would like to extend our heartfelt gratitude to the following projects and contributors:\n\n- The Rust community for their continuous support and development of the Rust ecosystem.\n\n## Additional Acknowledgements\n\n- TODO\n\n\u003cdiv align=\"right\"\u003e\n\n### License\n\n\u003csup\u003eLicensed under [GPL-3.0](LICENSE).\u003c/sup\u003e\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack-ink%2Fvibe-mono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhack-ink%2Fvibe-mono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack-ink%2Fvibe-mono/lists"}