{"id":18598081,"url":"https://github.com/mingslife/bone","last_synced_at":"2025-09-15T20:03:51.690Z","repository":{"id":44096594,"uuid":"471994830","full_name":"mingslife/bone","owner":"mingslife","description":"🦴 Non-intrusive Go micro-service framework to combine modules organically, base on go-kit.","archived":false,"fork":false,"pushed_at":"2022-08-16T17:57:35.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T08:30:38.572Z","etag":null,"topics":["framework","go","gokit","golang","gorilla","inject","microservice"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/mingslife/bone","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/mingslife.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}},"created_at":"2022-03-20T13:53:19.000Z","updated_at":"2022-10-31T14:46:46.000Z","dependencies_parsed_at":"2022-09-26T21:01:20.105Z","dependency_job_id":null,"html_url":"https://github.com/mingslife/bone","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mingslife/bone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingslife%2Fbone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingslife%2Fbone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingslife%2Fbone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingslife%2Fbone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingslife","download_url":"https://codeload.github.com/mingslife/bone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingslife%2Fbone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275312968,"owners_count":25442564,"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-09-15T02:00:09.272Z","response_time":75,"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":["framework","go","gokit","golang","gorilla","inject","microservice"],"created_at":"2024-11-07T01:30:40.990Z","updated_at":"2025-09-15T20:03:51.665Z","avatar_url":"https://github.com/mingslife.png","language":"Go","readme":"# Bone\n\n[![Go](https://github.com/mingslife/bone/actions/workflows/go.yml/badge.svg)](https://github.com/mingslife/bone/actions/workflows/go.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mingslife/bone)](https://goreportcard.com/report/github.com/mingslife/bone)\n[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![codecov](https://codecov.io/gh/mingslife/bone/branch/master/graph/badge.svg?token=ZTQOIOB07x)](https://codecov.io/gh/mingslife/bone)\n[![GoDoc](https://pkg.go.dev/badge/github.com/mingslife/bone?status.svg)](https://pkg.go.dev/github.com/mingslife/bone?tab=doc)\n\n🦴 Non-intrusive Go micro-service framework to combine modules organically, base on go-kit.\n\n## Installation\n\n```sh\n$ go get -u github.com/mingslife/bone\n```\n\n## Documentation\n\n[Go Packages](https://pkg.go.dev/github.com/mingslife/bone?tab=doc)\n\n## Quick start\n\n```go\npackage main\n\nimport \"github.com/mingslife/bone\"\n\nfunc main() {\n\toptions := bone.DefaultApplicationOptions()\n\tapplication := bone.NewApplication(options)\n\t// application.Use(...components)\n\tapplication.Run() // Listen on 127.0.0.1:8080\n}\n```\n\n## Example\n\n[bone-example](https://github.com/mingslife/bone-example)\n\n## License\n\n\u0026copy; 2022 Ming\n\nReleased under the [MIT License](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingslife%2Fbone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingslife%2Fbone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingslife%2Fbone/lists"}