{"id":21658039,"url":"https://github.com/Excoriate/daggerverse","last_synced_at":"2025-07-17T20:32:39.854Z","repository":{"id":218384015,"uuid":"746156972","full_name":"Excoriate/daggerverse","owner":"Excoriate","description":"A collection of Dagger modules powered by Dagger.","archived":false,"fork":false,"pushed_at":"2024-11-21T02:52:31.000Z","size":2568,"stargazers_count":11,"open_issues_count":20,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-23T06:43:01.312Z","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/Excoriate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-21T08:25:11.000Z","updated_at":"2024-11-21T02:51:24.000Z","dependencies_parsed_at":"2024-02-05T06:26:13.767Z","dependency_job_id":"ce666c1a-2de0-49bf-8a06-dc61a4d62112","html_url":"https://github.com/Excoriate/daggerverse","commit_stats":null,"previous_names":["excoriate/daggerverse"],"tags_count":174,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Excoriate%2Fdaggerverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Excoriate%2Fdaggerverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Excoriate%2Fdaggerverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Excoriate%2Fdaggerverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Excoriate","download_url":"https://codeload.github.com/Excoriate/daggerverse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226304314,"owners_count":17603563,"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-25T09:28:35.146Z","updated_at":"2024-11-25T09:28:36.574Z","avatar_url":"https://github.com/Excoriate.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg alt=\"logo\" src=\"docs/logo/daggerverse-logo-nobackground.png\" width=\"450px\"/\u003e\u003cbr/\u003e\n\u003c/h1\u003e\n\n## \u003ch1 align=\"center\"\u003eDaggerverse Modules 📦\u003c/h1\u003e\n\n[![🏗️ CI CodeGen Daggy](https://github.com/Excoriate/daggerverse/actions/workflows/ci-daggy-codegen.yml/badge.svg)](https://github.com/Excoriate/daggerverse/actions/workflows/ci-daggy-codegen.yml)[![CI module-template 🧹](https://github.com/Excoriate/daggerverse/actions/workflows/ci-mod-module-template.yaml/badge.svg)](https://github.com/Excoriate/daggerverse/actions/workflows/ci-mod-module-template.yaml)\n\n| Module                                         | Status | What it does?                                                                   |\n| ---------------------------------------------- | ------ | ------------------------------------------------------------------------------- |\n| [Terraform](terraform/README.md)               | ✅     | 🌍 Run [Terraform](https://www.terraform.io) commands.                          |\n| [Terratest](terratest/README.md)               | ✅     | 🧪 Run [Terratest](https://terratest.gruntwork.io) commands.                    |\n| [GitLab CICD Vars](gitlab-cicd-vars/README.md) | ✅     | ⚙️ Manage GitLab CI/CD variables.                                               |\n| [GoReleaser](goreleaser/README.md)             | ✅     | 🚀 Wraps [GoReleaser](https://goreleaser.com) functionality as a dagger module. |\n| [TFLint](tflint/README.md)                     | ✅     | 🔍 Run [TFLint](https://github.com/terraform-linters/tflint) commands.          |\n| [GoTest](gotest/README.md)                     | ✅     | 🔋 A batteries-included way to run Go Tests (using Go Test, and/or GoTestsum).  |\n| [Terragrunt](terragrunt/README.md)             | ✅     | 🔋 A batteries-included way to run Terragrunt commands.                         |\n| [Gotoolbox](gotoolbox/README.md)               | ✅     | 🛠️ A toolbox for various Go utilities.                                          |\n\n---\n\n## Contributions 🤝\n\nThis is a mono-repo, and each module is a separate Go module. To contribute to a module, first of all read the [contribution guidelines](./CONTRIBUTING.md).\n\n## Tools 🛠️\n\n- [Go](https://golang.org)\n- [Nix](https://nixos.org) (optional, mostly for maintainers)\n- [Just](https://github.com/casey/just) (optional, mostly for maintainers)\n\n## Scaffolding 🧰\n\nNew modules can be generated using **Daggy**, a [Rust](https://www.rust-lang.org) CLI tool that generates the boilerplate code for a new module. To use Daggy and create a new module, just execute:\n\n### Dagger Module Types\n\n- **Full**: A full-featured module with all the built-in functions and examples.\n\n```bash\njust create \u003cmodule-name\u003e\n```\n\n- **Light**: A minimal version of the module with the most important built-in functions.\n\n```bash\njust createlight \u003cmodule-name\u003e\n```\n\n### Dagger Module Structure 🧱\n\n#### Module Template (Full)\n\n```text\nmodule-template\n├── .gitattributes\n├── .gitignore\n├── LICENSE\n├── README.md\n├── apis.go\n├── clis.go\n├── cloud.go\n├── commands.go\n├── config.go\n├── container_base.go\n├── content.go\n├── dagger.go\n├── dagger.json\n├── envvars.go\n├── err.go\n├── examples\n│   └── go\n│       ├── .gitattributes\n│       ├── .gitignore\n│       ├── dagger.json\n│       ├── go.mod\n│       ├── go.sum\n│       ├── main.go\n│       └── testdata\n│           └── common\n│               ├── README.md\n│               └── test-file.yml\n├── go.mod\n├── go.sum\n├── golang.go\n├── http.go\n├── iac_terraform.go\n├── iac_terragrunt.go\n├── install.go\n├── main.go\n├── server_go.go\n├── tests\n│   ├── .gitattributes\n│   ├── .gitignore\n│   ├── apis.go\n│   ├── cli.go\n│   ├── cloud.go\n│   ├── container_base.go\n│   ├── dagger.go\n│   ├── dagger.json\n│   ├── err.go\n│   ├── go.mod\n│   ├── go.sum\n│   ├── golang.go\n│   ├── http.go\n│   ├── iac_terraform.go\n│   ├── iac_terragrunt.go\n│   ├── install.go\n│   ├── main.go\n│   ├── server_go.go\n│   ├── testdata\n│   │   ├── apko-presets\n│   │   │   ├── base-alpine.yaml\n│   │   │   └── base-wolfi.yaml\n│   │   ├── common\n│   │   │   ├── README.md\n│   │   │   └── test-file.yml\n│   │   ├── golang-server-http\n│   │   │   ├── Dockerfile\n│   │   │   ├── Makefile\n│   │   │   ├── go.mod\n│   │   │   ├── go.sum\n│   │   │   └── main.go\n│   │   └── golang\n│   │       └── main.go\n│   └── vcs.go\n└── vcs.go\n```\n\n#### Module Template (Light)\n\n```text\nmodule-template-light\n├── .gitattributes\n├── .gitignore\n├── LICENSE\n├── README.md\n├── apis.go\n├── commands.go\n├── config.go\n├── container_base.go\n├── content.go\n├── dagger.json\n├── err.go\n├── examples\n│   └── go\n│       ├── .gitattributes\n│       ├── .gitignore\n│       ├── dagger.json\n│       ├── go.mod\n│       ├── go.sum\n│       ├── main.go\n│       └── testdata\n│           └── common\n│               ├── README.md\n│               └── test-file.yml\n├── go.mod\n├── go.sum\n├── golang.go\n├── install.go\n├── main.go\n└── tests\n    ├── .gitattributes\n    ├── .gitignore\n    ├── apis.go\n    ├── container_base.go\n    ├── dagger.json\n    ├── err.go\n    ├── go.mod\n    ├── go.sum\n    ├── golang.go\n    ├── install.go\n    ├── main.go\n    └── testdata\n        ├── apko-presets\n        │   ├── base-alpine.yaml\n        │   └── base-wolfi.yaml\n        ├── common\n        │   ├── README.md\n        │   └── test-file.yml\n        ├── golang-server-http\n        │   ├── Dockerfile\n        │   ├── Makefile\n        │   ├── go.mod\n        │   ├── go.sum\n        │   └── main.go\n        └── golang\n            └── main.go\n```\n\n## Testing and CI 🧪\n\nCurrently, the following checks are executed on each module:\n\n- [x] Run [GolangCI-Lint](https://golangci.com/) on the module, tests, and examples\n- [x] Run `dagger call` on the module, tests, and examples\n- [x] Run all the tests in the `tests/` Dagger module.\n- [x] Run all the recipes in the `examples/go` Dagger module.\n\nTo run the CI checks locally, just execute:\n\n```bash\njust ci \u003cmodule-name\u003e\n```\n\nTo run only the tests in your module, just execute:\n\n```bash\njust test \u003cmodule-name\u003e\n```\n\nTo run only the Go lint checks in your module, just execute:\n\n```bash\njust lintall \u003cmodule-name\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExcoriate%2Fdaggerverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FExcoriate%2Fdaggerverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExcoriate%2Fdaggerverse/lists"}