Skip to content

egladman/daggerverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daggerverse

A monorepo of Dagger modules.

Create a New Module

The following snippet demonstrates how to create a new module named hello-world

mkdir hello-world
cd hello-world
dagger init --sdk=go --source=.

Release a New Version of an Existing Module

The following snippet demonstrates how to cut a release for an existing module named hello-world

make VERSION=0.1.0 hello-world

This creates/pushes a git tag with name hello-world/v0.1.0

About

A monorepo of dagger modules accessible from daggerverse.dev

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published