{"id":23505731,"url":"https://github.com/edoger/zkits-runner","last_synced_at":"2025-09-17T21:45:29.299Z","repository":{"id":103440724,"uuid":"251630451","full_name":"edoger/zkits-runner","owner":"edoger","description":"An easy-to-use task runner and its surrounding toolset.","archived":false,"fork":false,"pushed_at":"2021-01-17T14:53:26.000Z","size":51,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T01:17:14.974Z","etag":null,"topics":["go","golang","runner","zkits"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edoger.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":"2020-03-31T14:36:31.000Z","updated_at":"2022-08-29T03:31:20.000Z","dependencies_parsed_at":"2024-06-20T15:35:48.393Z","dependency_job_id":"3e90a2ef-8da0-49ce-be6f-91b0d2c08ed3","html_url":"https://github.com/edoger/zkits-runner","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/edoger/zkits-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoger%2Fzkits-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoger%2Fzkits-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoger%2Fzkits-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoger%2Fzkits-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edoger","download_url":"https://codeload.github.com/edoger/zkits-runner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoger%2Fzkits-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275671886,"owners_count":25507307,"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-17T02:00:09.119Z","response_time":84,"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":["go","golang","runner","zkits"],"created_at":"2024-12-25T09:39:44.963Z","updated_at":"2025-09-17T21:45:29.220Z","avatar_url":"https://github.com/edoger.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZKits Runner Library #\n\n[![ZKits](https://img.shields.io/badge/ZKits-Library-f3c)](https://github.com/edoger/zkits-runner)\n[![Build Status](https://travis-ci.org/edoger/zkits-runner.svg?branch=master)](https://travis-ci.org/edoger/zkits-runner)\n[![Build status](https://ci.appveyor.com/api/projects/status/akl62co7bn4wtgvf/branch/master?svg=true)](https://ci.appveyor.com/project/edoger56924/zkits-runner/branch/master)\n[![Coverage Status](https://coveralls.io/repos/github/edoger/zkits-runner/badge.svg?branch=master)](https://coveralls.io/github/edoger/zkits-runner?branch=master)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b6cfc08a46a04e19acfbf722b013567e)](https://www.codacy.com/manual/edoger/zkits-runner/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=edoger/zkits-runner\u0026amp;utm_campaign=Badge_Grade)\n[![Go Report Card](https://goreportcard.com/badge/github.com/edoger/zkits-runner)](https://goreportcard.com/report/github.com/edoger/zkits-runner)\n[![Golang Version](https://img.shields.io/badge/golang-1.13+-orange)](https://github.com/edoger/zkits-runner)\n\n## About ##\n\nThis package is a library of ZKits project. \nThis library provides a convenient subtask runner for applications. \nWe can easily control the running order of subtasks and exit them in reverse order.\n\n## Install ##\n\n```sh\ngo get -u -v github.com/edoger/zkits-runner\n```\n\n## Usage ##\n\n```go\npackage main\n\nimport (\n   \"github.com/edoger/zkits-runner\"\n)\n\nfunc main() {\n    r := runner.New()\n    err := r.Run(runner.NewTaskFromFunc(nil, func() error {\n        // Do something.\n        return nil\n    }))\n\n    // Wait system exit.\n    if err := r.Wait(); err != nil {\n        // Handle error.\n    }\n}\n```\n\n## License ##\n\n[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoger%2Fzkits-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedoger%2Fzkits-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoger%2Fzkits-runner/lists"}