{"id":15482508,"url":"https://github.com/btr1975/cookiecutter-go","last_synced_at":"2026-05-03T06:41:14.935Z","repository":{"id":229201725,"uuid":"731764145","full_name":"btr1975/cookiecutter-go","owner":"btr1975","description":"go cookiecutter template","archived":false,"fork":false,"pushed_at":"2026-02-27T16:59:03.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-27T21:24:58.498Z","etag":null,"topics":["app","batch","cookiecutter","go","golang","library","make","template-project"],"latest_commit_sha":null,"homepage":"","language":"Python","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/btr1975.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-14T20:30:26.000Z","updated_at":"2026-02-27T16:52:14.000Z","dependencies_parsed_at":"2024-12-08T02:41:34.410Z","dependency_job_id":"87bc82e9-a0fb-4667-9ddb-e912c476158f","html_url":"https://github.com/btr1975/cookiecutter-go","commit_stats":null,"previous_names":["btr1975/cookiecutter-go"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/btr1975/cookiecutter-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btr1975","download_url":"https://codeload.github.com/btr1975/cookiecutter-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32560914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["app","batch","cookiecutter","go","golang","library","make","template-project"],"created_at":"2024-10-02T05:09:20.187Z","updated_at":"2026-05-03T06:41:14.919Z","avatar_url":"https://github.com/btr1975.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-go\n* This is a \"cookiecutter\" repository designed to be used as a framework to create repository structure.\n\n## How to use a \"cookiecutter\" repository\n\n1. First install the python library called [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/)\n\n```text\npip install cookiecutter\n```\n\n2. Create a **TOTALLY** empty repository in a GIT based system.  In my example I am creating a repo called\n   throw-me-away.\n\n3. Use the cookiecutter repository to create your structure.\n\n* To use latest\n\n### HTTPS\n\n```text\ncookiecutter https://github.com/btr1975/cookiecutter-go\n```\n\n### SSH\n\n```text\ncookiecutter git@github.com:btr1975/cookiecutter-go\n```\n\n* To use a specific release\n\n### HTTPS\n\n```text\ncookiecutter https://github.com/btr1975/cookiecutter-go -c 1.0.0\n```\n\n### SSH\n\n```text\ncookiecutter git@github.com:btr1975/cookiecutter-go -c 1.0.0\n```\n\n4. Now you will be asked a series of questions. This is an example\n   **THE QUESTIONS MAY NOT BE THE EXACT FOR THIS COOKIECUTTER**, also if you have downloaded it before\n   you will be asked if you want to download it again, always say yes to get the latest version.\n\n```text\nfull_name [Your Full Name]: Ben T\nemail [Your E-Mail Address]: somename@example.com\ngit_username [Your GitHub Username]: btr1975\ngit_repo_name [The Repository Name]: throw-me-away\ngit_url [The GIT URL]: https://github.com/btr1975/throw-me-away\napp_description [A short description]: This is great\napp_version [0.1.0]: \n```\n\n5. Now initialize it and push it up to the GIT based system.\n\n```text\ngit init -b main\ngit add --all\ngit commit -m \"First\"\ngit remote add origin https://github.com/btr1975/throw-me-away.git\ngit push -u origin main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fcookiecutter-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtr1975%2Fcookiecutter-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fcookiecutter-go/lists"}