{"id":23712507,"url":"https://github.com/lazypwny751/gibi","last_synced_at":"2025-08-30T17:12:17.916Z","repository":{"id":110734172,"uuid":"584837635","full_name":"lazypwny751/gibi","owner":"lazypwny751","description":"Git Based Innovative Package Manager","archived":false,"fork":false,"pushed_at":"2025-07-12T20:23:00.000Z","size":46,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T20:41:12.457Z","etag":null,"topics":["module-manager","package","package-helper","package-manager","posix","shell"],"latest_commit_sha":null,"homepage":"","language":"Go","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/lazypwny751.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":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-01-03T16:36:19.000Z","updated_at":"2025-07-12T20:23:03.000Z","dependencies_parsed_at":"2025-06-22T11:32:21.436Z","dependency_job_id":null,"html_url":"https://github.com/lazypwny751/gibi","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lazypwny751/gibi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgibi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgibi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgibi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgibi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazypwny751","download_url":"https://codeload.github.com/lazypwny751/gibi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgibi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878320,"owners_count":25008336,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["module-manager","package","package-helper","package-manager","posix","shell"],"created_at":"2024-12-30T19:59:16.814Z","updated_at":"2025-08-30T17:12:17.910Z","avatar_url":"https://github.com/lazypwny751.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gibi\n\n\u003e _\"Simple package management, done right.\"_\n\n**gibi** is a fast and lightweight package manager written in Go. Install and manage software packages from Git repositories with minimal configuration.\n\n## ✨ Features\n\n- ⚡ Fast and lightweight Go implementation\n- 📦 YAML-based package configuration\n- 🔧 Simple install/uninstall operations\n- 🎯 Git repository support\n- 🛠️ Cross-platform compatibility\n\n## 🚀 Quick Start\n\n### Build\n\n```bash\n./build.sh\n```\n\n### Usage\n\n```bash\n# Install packages\n./gibi -i package1,package2\n\n# Uninstall packages  \n./gibi -u package1,package2\n\n# Verbose output\n./gibi -v -i package1\n```\n\n### Package Configuration\n\nCreate a `gibi.yml` file in your repository:\n\n```yaml\npackage: myapp\nversion: 1.0.0\nauthor: username\ndescription: My awesome application\nbuild: |\n  mkdir -p \"${GIBI_BUILD}/usr/bin\"\n  go build -o \"${GIBI_BUILD}/usr/bin/myapp\"\n```\n\n## 🔧 Development\n\n### Requirements\n\n- Go 1.22.2 or later\n- Git\n\n### Project Structure\n\n```\ngibi/\n├── cmd/main.go           # Application entry point\n├── pkg/\n│   ├── config/           # YAML configuration handling\n│   ├── download/         # Package download logic\n│   ├── flag/             # Command-line flag parsing\n│   ├── install/          # Package installation\n│   └── uninstall/        # Package removal\n├── build.sh              # Build script\n└── gibi.yml              # Package definition\n```\n\n## 🤝 Contributing\n\n1. Fork this repository\n2. Create your feature branch (`git checkout -b feature/awesome-feature`)\n3. Commit your changes (`git commit -m 'Add awesome feature'`)\n4. Push to the branch (`git push origin feature/awesome-feature`)\n5. Open a pull request\n\n## 📜 License\n\nThis project is licensed under the [GNU GPLv3 License](LICENSE).\n\n---\n\n\u003e **Repository:** [github.com/lazypwny751/gibi](https://github.com/lazypwny751/gibi)  \n\u003e **Maintained with** ☕ **and** Go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazypwny751%2Fgibi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazypwny751%2Fgibi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazypwny751%2Fgibi/lists"}