{"id":34896863,"url":"https://github.com/ahmet-cetinkaya/acore-scripts","last_synced_at":"2026-05-06T13:09:21.784Z","repository":{"id":328342564,"uuid":"1115194527","full_name":"ahmet-cetinkaya/acore-scripts","owner":"ahmet-cetinkaya","description":"Common utility scripts for projects","archived":false,"fork":false,"pushed_at":"2026-04-09T13:44:34.000Z","size":223,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T00:36:22.713Z","etag":null,"topics":["bash","changelog","git","logging","scripts","utilities"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/ahmet-cetinkaya.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-12T13:33:41.000Z","updated_at":"2026-04-09T13:44:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ahmet-cetinkaya/acore-scripts","commit_stats":null,"previous_names":["ahmet-cetinkaya/acore-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmet-cetinkaya/acore-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Facore-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Facore-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Facore-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Facore-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmet-cetinkaya","download_url":"https://codeload.github.com/ahmet-cetinkaya/acore-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Facore-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32695048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"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":["bash","changelog","git","logging","scripts","utilities"],"created_at":"2025-12-26T07:10:39.419Z","updated_at":"2026-05-06T13:09:21.771Z","avatar_url":"https://github.com/ahmet-cetinkaya.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD041 --\u003e\n\n![acore-scripts icon](https://github.com/user-attachments/assets/953a8fd7-6a2e-4aa7-ab19-71c80aa43fa4)\n\n# `acore-scripts`\n\n![GitHub stars](https://img.shields.io/github/stars/ahmet-cetinkaya/acore-scripts?style=social)\n![GitHub forks](https://img.shields.io/github/forks/ahmet-cetinkaya/acore-scripts?style=social)\n[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://ahmetcetinkaya.me/donate)\n\nA collection of reusable bash scripts to eliminate code duplication across\nprojects. These scripts provide common utilities for logging, changelog\ngeneration, version management, and more.\n\n## ⚡ Getting Started\n\n### 📋 Requirements\n\n- Unix/Linux shell (bash 3.2+)\n- Git (for changelog and version management features)\n\n### 🛠️ Installation\n\n#### Method 1: Git Submodule (Recommended)\n\n```bash\ncd your-project\ngit submodule add https://github.com/ahmet-cetinkaya/acore-scripts.git scripts/acore\ngit submodule update --init --recursive\n```\n\n#### Method 2: Clone Directly\n\n```bash\ngit clone https://github.com/ahmet-cetinkaya/acore-scripts.git\ncd acore-scripts\n```\n\n#### Method 3: Copy Scripts\n\n```bash\n# Copy specific scripts to your project\ncp acore-scripts/src/logger.sh your-project/scripts/\ncp acore-scripts/src/_common.sh your-project/scripts/\n```\n\n## 📚 Documentation\n\nFor detailed requirements and design decisions, see the\n[Product Requirements Document](docs/PRD.md).\n\n## 🤝 Contributing\n\nIf you'd like to contribute, please follow these steps:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/amazing-feature`)\n3. Make your changes\n4. Commit your changes (`git commit -m 'Add amazing feature'`)\n5. Push to the branch (`git push origin feature/amazing-feature`)\n6. Open a Pull Request\n\n### Guidelines\n\n- Keep scripts POSIX compliant where possible\n- Add inline documentation for new functions\n- Test scripts across different platforms (Linux, macOS, WSL)\n- Follow existing code style and patterns\n\n## 📄 License\n\nThis project is licensed under the GNU General Public License v3.0 - see the\n[LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- All contributors who help improve these scripts\n- The open-source community for inspiration and best practices\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmet-cetinkaya%2Facore-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmet-cetinkaya%2Facore-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmet-cetinkaya%2Facore-scripts/lists"}