{"id":15771728,"url":"https://github.com/trstringer/go-template-cli-simple","last_synced_at":"2025-10-26T00:05:51.440Z","repository":{"id":202399702,"uuid":"707476168","full_name":"trstringer/go-template-cli-simple","owner":"trstringer","description":"Go template for a simple CLI","archived":false,"fork":false,"pushed_at":"2023-11-18T16:46:48.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T15:11:48.583Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trstringer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-20T01:41:30.000Z","updated_at":"2023-11-28T13:23:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"5316dcfa-d6a7-4b6f-817a-8df27f171cb0","html_url":"https://github.com/trstringer/go-template-cli-simple","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"b403fc85f66f28c2cbbc037d727b3a7f58809094"},"previous_names":["trstringer/go-template-cli-simple"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fgo-template-cli-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fgo-template-cli-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fgo-template-cli-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fgo-template-cli-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trstringer","download_url":"https://codeload.github.com/trstringer/go-template-cli-simple/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465228,"owners_count":20781919,"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-10-04T15:04:47.086Z","updated_at":"2025-10-26T00:05:51.379Z","avatar_url":"https://github.com/trstringer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple CLI Go template\n\nQuickly create the boilerplate for a simple Go CLI.\n\n## Usage\n\nThis requires `gonew`:\n\n```bash\ngo install golang.org/x/tools/cmd/gonew@latest\n```\n\nCreate your CLI:\n\n```\ngonew github.com/trstringer/go-template-cli-simple your-domain.com/your-project\n```\n\nOr to use a specific version/ref of the upstream template:\n\n```\ngonew github.com/trstringer/go-template-cli-simple@\u003cgit_ref\u003e your-domain.com/your-project\n```\n\nThe new project/module is created in the project directory:\n\n```\ncd ./your-project\n```\n\nRun setup:\n\n```\nmake setup\n```\n\n## Tests\n\nRun unit tests:\n\n```\nmake test\n```\n\nRun e2e tests:\n\n```\nmake e2e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Fgo-template-cli-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrstringer%2Fgo-template-cli-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Fgo-template-cli-simple/lists"}