{"id":15095906,"url":"https://github.com/zyallers/fine","last_synced_at":"2026-02-14T05:31:35.598Z","repository":{"id":251015802,"uuid":"836143826","full_name":"ZYallers/fine","owner":"ZYallers","description":"Fine is a modular, powerful, high-performance and enterprise-class application development framework of Golang.","archived":false,"fork":false,"pushed_at":"2025-03-07T08:19:56.000Z","size":565,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T22:09:53.668Z","etag":null,"topics":["config","framework","gin","go","go-framework","go-redis","golang","gorm","swagger","tracing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZYallers.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}},"created_at":"2024-07-31T08:37:53.000Z","updated_at":"2024-12-02T13:28:26.000Z","dependencies_parsed_at":"2025-03-07T09:23:34.901Z","dependency_job_id":"7ac8ff0d-74bf-498a-8b9b-03347535ed9c","html_url":"https://github.com/ZYallers/fine","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"9c63daa111208f8da93668ddc1e289228bc23782"},"previous_names":["zyallers/fine"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZYallers%2Ffine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZYallers%2Ffine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZYallers%2Ffine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZYallers%2Ffine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZYallers","download_url":"https://codeload.github.com/ZYallers/fine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968914,"owners_count":21191162,"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":["config","framework","gin","go","go-framework","go-redis","golang","gorm","swagger","tracing"],"created_at":"2024-09-25T15:43:36.901Z","updated_at":"2025-09-19T05:52:09.075Z","avatar_url":"https://github.com/ZYallers.png","language":"Go","readme":"# Fine\n\n\u003cdiv align=center\u003e\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/ZYallers/fine.svg)](https://pkg.go.dev/github.com/ZYallers/fine)\n[![Go Report Card](https://goreportcard.com/badge/github.com/ZYallers/fine)](https://goreportcard.com/report/github.com/ZYallers/fine)\n[![Code Coverage](https://codecov.io/gh/ZYallers/fine/branch/master/graph/badge.svg)](https://codecov.io/gh/ZYallers/fine)\n[![Production Ready](https://img.shields.io/badge/production-ready-blue.svg?style=flat)](https://github.com/ZYallers/fine)\n[![License](https://img.shields.io/github/license/ZYallers/fine.svg?style=flat)](https://github.com/ZYallers/fine)\n[![Release](https://img.shields.io/github/v/release/ZYallers/fine?style=flat)](https://github.com/ZYallers/fine/releases)\n\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/ZYallers/fine?style=flat)](https://github.com/ZYallers/fine/pulls)\n[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/ZYallers/fine?style=flat)](https://github.com/ZYallers/fine/pulls?q=is%3Apr+is%3Aclosed)\n[![GitHub issues](https://img.shields.io/github/issues/ZYallers/fine?style=flat)](https://github.com/ZYallers/fine/issues)\n[![GitHub closed issues](https://img.shields.io/github/issues-closed/ZYallers/fine?style=flat)](https://github.com/ZYallers/fine/issues?q=is%3Aissue+is%3Aclosed)\n![Stars](https://img.shields.io/github/stars/ZYallers/fine?style=flat)\n![Forks](https://img.shields.io/github/forks/ZYallers/fine?style=flat)\n\n\u003c/div\u003e\n\n`Fine` is a modular, powerful, high-performance and enterprise-class application development framework of Golang.\n\n# Features\n\n- modular, loosely coupled design\n- rich components, out-of-the-box\n- automatic codes generating for efficiency\n- simple and easy to use, detailed documentation\n- interface designed components, with high scalability\n- robust engineering design specifications\n- convenient development CLI tool provide\n- much, much more...ready to explore?\n\n# Installation\n\nEnter your repo. directory and execute following command:\n\n## primary module\n\n```bash\ngo get -u -v github.com/ZYallers/fine/hxs/fine\n```\n\n## cli tool\n\n```bash\ngo install github.com/ZYallers/fine/hxs/fine/cmd/fine@latest\n```\n\n# Limitation\n\n```\ngolang version \u003e= 1.17\n```\n\n# Documentation\n- Gin Web Framework: [https://gin-gonic.com/](https://gin-gonic.com)\n- Gorm ORM: [https://gorm.io/](https://gorm.io/)\n- Go Redis: [https://redis.uptrace.dev/](https://redis.uptrace.dev)\n- GoDoc API: [https://pkg.go.dev/github.com/ZYallers/fine](https://pkg.go.dev/github.com/ZYallers/fine)\n\n# License\n\n`Fine` is licensed under the [MIT License](LICENSE), 100% free and open-source, forever.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyallers%2Ffine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyallers%2Ffine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyallers%2Ffine/lists"}