Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 697 Bytes

File metadata and controls

27 lines (19 loc) · 697 Bytes

Pr verify

Prefapp daggerverse

Requirements to develop

  • dagger v0.16.3
  • go 1.23.4+

Develop an existing dagger module

cd build-images

# This will install the internal dagger packages, that are ignored in `.gitignore`
dagger develop

Create a new dagger module

# Create a folder for a new module
mkdir <my-module-name>
cd <my-module-name>

# Create a module in the source ".", it will follow the monorepo structure for the .gitignore.
dagger init --name=<my-module-name> --sdk=go --source=.