{"id":13562968,"url":"https://github.com/crucibuild/cookiecutter-agent-go","last_synced_at":"2026-01-17T02:29:46.534Z","repository":{"id":192601905,"uuid":"97093794","full_name":"crucibuild/cookiecutter-agent-go","owner":"crucibuild","description":"A cookiecutter template to create new Crucibuild Agents in Go following best practices.","archived":false,"fork":false,"pushed_at":"2017-07-23T20:02:17.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-04T15:59:02.676Z","etag":null,"topics":["agent","cookiecutter","crucibuild","go"],"latest_commit_sha":null,"homepage":null,"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/crucibuild.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-07-13T07:33:53.000Z","updated_at":"2023-03-18T19:43:55.000Z","dependencies_parsed_at":"2023-09-05T23:04:20.354Z","dependency_job_id":null,"html_url":"https://github.com/crucibuild/cookiecutter-agent-go","commit_stats":null,"previous_names":["crucibuild/cookiecutter-agent-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crucibuild%2Fcookiecutter-agent-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crucibuild%2Fcookiecutter-agent-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crucibuild%2Fcookiecutter-agent-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crucibuild%2Fcookiecutter-agent-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crucibuild","download_url":"https://codeload.github.com/crucibuild/cookiecutter-agent-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247065323,"owners_count":20877757,"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":["agent","cookiecutter","crucibuild","go"],"created_at":"2024-08-01T13:01:13.852Z","updated_at":"2026-01-17T02:29:46.503Z","avatar_url":"https://github.com/crucibuild.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"cookiecutter-agent-go\n=====================\n[![Cookiecutter](https://img.shields.io/badge/generator-cookiecutter-5aadbb.svg?style=flat)](http://yeoman.io)\n[![Build Status](https://travis-ci.org/crucibuild/cookiecutter-agent-go.svg?branch=master)](https://travis-ci.org/crucibuild/cookiecutter-agent-go)\n\n\u003e A [cookiecutter] template to create new [Crucibuild] Agents in [Go] following best practices.\n\n## Features\n\nThe template scaffolds a _project_ with a minimal implementation of a Crucibuild agent, including:\n\n * the agent manifest\n * a Makefile managing the project build:\n    * installation of the all necessary go dependencies\n    * code generation of the static resources using [go-resources](https://github.com/omeid/go-resources/cmd/resources)\n    * check of Go sources for errors and warnings using [gometalinter](https://github.com/alecthomas/gometalinter)\n    * built of the agent\n * TravisCI integration.\n\n## Installation\n\n##### Prerequisites\n\nThe following must be installed and available:\n\n- [Python]\n- [Go]\n\n##### Project\n \nInstall [cookiecutter] using the following command line:\n\n```sh\n$ pip install cookiecutter\n```\n\nalternatively you can install cookiecutter with `homebrew`:\n\n```sh\n$ brew install cookiecutter\n```\n\n## Usage\n\nTo create a new Crucibuild agent, just run `cookiecutter` with this template by typing:\n\n```sh\n$ cookiecutter https://github.com/crucibuild/cookiecutter-agent-go\n```\n\nYou'll be prompted for various configuration options (see `cookiecutter.json` for the full list).\n\nFinally, enter the project and take a look around:\n\n```sh\n$ cd \u003cagent-name\u003e\n$ ls\n```\n\nYou can build the agent using the make command:\n```sh\n$ make\n```\n\n[Python]: https://www.python.org/\n[Go]: https://golang.org/\n[cookiecutter]: https://github.com/audreyr/cookiecutter\n[Crucibuild]: https://github.com/crucibuild\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrucibuild%2Fcookiecutter-agent-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrucibuild%2Fcookiecutter-agent-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrucibuild%2Fcookiecutter-agent-go/lists"}