https://github.com/papercomputeco/daggerverse
Public dagger modules
https://github.com/papercomputeco/daggerverse
Last synced: 2 months ago
JSON representation
Public dagger modules
- Host: GitHub
- URL: https://github.com/papercomputeco/daggerverse
- Owner: papercomputeco
- License: apache-2.0
- Created: 2026-01-27T13:39:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T20:44:54.000Z (3 months ago)
- Last Synced: 2026-03-31T22:27:18.391Z (3 months ago)
- Language: Go
- Size: 63.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀🌙 Paper Compute Co. Daggerverse
This repo contains our public Dagger modules:
this includes Go tooling, various CLIs, checks, utilities, and AI tools.
---
# Modules
| Module | Description |
|--------|-------------|
| [`github.com/papercomputeco/daggerverse/bucketupload`](./bucketupload) | S3-compat bucket uploading |
| [`github.com/papercomputeco/daggerverse/checksum`](./checksum) | Recursively generate checksums for files in a directory |
| [`github.com/papercomputeco/daggerverse/ghrelease`](./ghrelease) | Flatten and upload build artifacts to GitHub releases |
| [`github.com/papercomputeco/daggerverse/golangcilint`](./golangcilint/) | Golang CI linting and checking |
| [`github.com/papercomputeco/daggerverse/utils`](./utils) | Catch-all utilities (flatten build artifacts, etc.) |