{"id":13557360,"url":"https://github.com/delicb/dotbot-golang","last_synced_at":"2026-01-23T15:48:47.425Z","repository":{"id":32815012,"uuid":"114919854","full_name":"delicb/dotbot-golang","owner":"delicb","description":"Go package installer plugin for dotbot","archived":false,"fork":false,"pushed_at":"2022-01-31T09:31:28.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-04T07:35:59.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/delicb.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}},"created_at":"2017-12-20T18:45:47.000Z","updated_at":"2022-01-31T09:31:32.000Z","dependencies_parsed_at":"2022-08-07T18:15:13.899Z","dependency_job_id":null,"html_url":"https://github.com/delicb/dotbot-golang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delicb%2Fdotbot-golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delicb%2Fdotbot-golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delicb%2Fdotbot-golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delicb%2Fdotbot-golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delicb","download_url":"https://codeload.github.com/delicb/dotbot-golang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246993110,"owners_count":20865938,"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-08-01T12:04:18.201Z","updated_at":"2026-01-23T15:48:47.408Z","avatar_url":"https://github.com/delicb.png","language":"Python","funding_links":[],"categories":["Python","others"],"sub_categories":[],"readme":"Dotbot-golang\n=============\n\nPlugin for [dotbot](https://github.com/anishathalye/dotbot) that knows \nhow to install [GoLang](https://golang.org/) packages.\n\nUsage\n-----\n\nAdd this repo as subrepo to your dotfiles and update `install` script.\n\n```bash\ngit submodule add https://github.com/delicb/dotbot-golang\n```\n\nThen, modify install script to add path to `dotbot-golang` directory that you\njust added. Only last line is relevant (if it was not changed from default) and\nafter change it might look like this:\n\n```bash\n\"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}\" -d \"${BASEDIR}\" -c \"${CONFIG}\" --plugin-dir=dotbot-golang \"${@}\"\n```\n\nTo use it, add go directive. Values can be simple (only package name) or more\ndetailed (dict with flags passed to `go get` command). Example:\n\n```yaml\n- go:\n  - github.com/delicb/cliware\n  - package:\n    - github.com/delicb/cliware-middlewares\n    flags: [-v, -u]\n    stdout: true\n    stderr: true\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelicb%2Fdotbot-golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelicb%2Fdotbot-golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelicb%2Fdotbot-golang/lists"}