{"id":18447674,"url":"https://github.com/koki-develop/go-cli-template","last_synced_at":"2025-04-15T08:58:39.587Z","repository":{"id":189619327,"uuid":"680967995","full_name":"koki-develop/go-cli-template","owner":"koki-develop","description":"Go CLI Application Template","archived":false,"fork":false,"pushed_at":"2025-03-25T22:51:03.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T08:58:34.975Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/koki-develop.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":"2023-08-21T01:10:00.000Z","updated_at":"2025-03-25T22:51:07.000Z","dependencies_parsed_at":"2024-02-09T02:29:07.908Z","dependency_job_id":"b0d30e3c-1e62-4b62-954d-6939b11877c8","html_url":"https://github.com/koki-develop/go-cli-template","commit_stats":null,"previous_names":["koki-develop/go-cli-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgo-cli-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgo-cli-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgo-cli-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgo-cli-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/go-cli-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040048,"owners_count":21202813,"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":[],"created_at":"2024-11-06T07:14:06.864Z","updated_at":"2025-04-15T08:58:39.569Z","avatar_url":"https://github.com/koki-develop.png","language":"Go","readme":"\u003c!-- TODO: Replace `CLI_NAME` with cli name. --\u003e\n\u003ch1 align=\"center\"\u003eCLI_NAME\u003c/h1\u003e\n\n\u003c!-- TODO: Replace `CLI_NAME` with cli name. --\u003e\n\u003cp align=\"center\"\u003e\n\u003c!-- \u003ca href=\"https://github.com/koki-develop/CLI_NAME/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/koki-develop/CLI_NAME\" alt=\"GitHub release (latest by date)\"\u003e\u003c/a\u003e --\u003e\n\u003c!-- \u003ca href=\"https://github.com/koki-develop/CLI_NAME/releases/latest\"\u003e\u003cimg alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/koki-develop/CLI_NAME/total?style=flat\"\u003e\u003c/a\u003e --\u003e\n\u003c!-- \u003ca href=\"https://github.com/koki-develop/CLI_NAME/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/koki-develop/CLI_NAME/ci.yml?logo=github\" alt=\"GitHub Workflow Status\"\u003e\u003c/a\u003e --\u003e\n\u003c!-- \u003ca href=\"https://codeclimate.com/github/koki-develop/CLI_NAME/maintainability\"\u003e\u003cimg src=\"https://img.shields.io/codeclimate/maintainability/koki-develop/CLI_NAME?style=flat\u0026amp;logo=codeclimate\" alt=\"Maintainability\"\u003e\u003c/a\u003e --\u003e\n\u003c!-- \u003ca href=\"https://goreportcard.com/report/github.com/koki-develop/CLI_NAME\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/koki-develop/CLI_NAME\" alt=\"Go Report Card\"\u003e\u003c/a\u003e --\u003e\n\u003c!-- \u003ca href=\"./LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/koki-develop/CLI_NAME\" alt=\"LICENSE\"\u003e\u003c/a\u003e --\u003e\n\u003c/p\u003e\n\n\u003c!-- TODO: Replace `CLI_DESCRIPTION` with cli description. --\u003e\n\u003cp align=\"center\"\u003e\nCLI_DESCRIPTION\n\u003c/p\u003e\n\n## Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [LICENSE](#license)\n\n## Installation\n\n### Homebrew Tap\n\n\u003c!-- TODO: Replace `CLI_NAME` with cli name. --\u003e\n\n```console\n$ brew install koki-develop/tap/CLI_NAME\n```\n\n### `go install`\n\n\u003c!-- TODO: Replace `CLI_NAME` with cli name. --\u003e\n\n```console\n$ go install github.com/koki-develop/CLI_NAME@latest\n```\n\n### Releases\n\n\u003c!-- TODO: Replace `CLI_NAME` with cli name. --\u003e\n\nDownload the binary from the [releases page](https://github.com/koki-develop/CLI_NAME/releases/latest).\n\n## Usage\n\n\u003c!-- TODO: Describe how to use. --\u003e\n\n## LICENSE\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fgo-cli-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Fgo-cli-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fgo-cli-template/lists"}