This directory contains templates for creating new DMOD modules. The templates are organized by the type of module they create. Each template is a directory that contains a README.md file that describes the template and a template directory that contains the files and directories that will be copied to the new module directory.
To create a new module, copy the template directory to the modules directory and rename it to the name of the new module. Then edit the files in the new module directory to customize the module.
- Library Module - A module, that can be used as a library by other modules.
- Application Module - A module that provides a command-line application.