Steps for creating a basic module
Initiate a new git repository (with
git init
) for your module, or checkout already prepared, repository from the github
In case you set up your new module or have an existing one in your git repository and you want to introduce modifications, steps how to setup for development can be found here.
Use the Module template module as an example from GitHub repository.