#hello, looking for advise on how a
1 messages · Page 1 of 1 (latest)
You can take a sneak peak at how dagger does it:
https://github.com/dagger/dagger/tree/881bd24b092f1c96a3baa3cf1c0a618aa29f2ced/modules
Or any of their engineers do it:
https://github.com/marcosnils/daggerverse/tree/28eea1fcf3b6ecb38a628186107760acd717442f
It's really up to you.
You can have a repo solely dedicated to share your modules, daggerverse style.
Or a repo with a folder where your modules reside.
We do have our monorepo with a folder, dagger-modules, at the root level (naming is hard...)