A template for starting a new Sneat module.
To customize the template, run the following command:
./customize.shThis 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/moduletogo/{MODULE_ID}. -
Alter
go.modto use the module ID as module name.