A template for starting a new Sneat module.
To customize the template, run the following command:
./customize.sh
This will do the following:
-
Detect the name of the module from the current directory name. The name of the repo should starts with
sneat-mod-
following by a module ID, like:sneat-mod-{MODULE_ID}
. -
Rename directory
go/module
togo/{MODULE_ID}
. -
Alter
go.mod
to use the module ID as module name.