/daggerverse

A collection of Dagger modules powered by Dagger.

Primary LanguageGoMIT LicenseMIT

Daggerverse

daggerverse-logo.png Set of Dagger modules that serve different purposes; with a slight deviation for infrastructure automation; made with ❤️.

Module Status What it does?
IAC Terragrunt Run Terragrunt commands.

NOTE: ⚠️ These modules are experimental, feel free to open an issue for any requests or bug report.


How to contribute 🤔 ?

First, read the contribution guidelines. Then, if you're already a ninja, it means you enjoy using Taskfile so just run:

# This initialises the hooks, and ensure you're always using their latest version.
task pc-init

# This is just a check. It will run all the checks on the codebase.
task pc-run

The current workflows in GitHub Actions will do the rest ;).