Create a Module from a Template
Usage
module_template(module_name, path = "./modules")
Arguments
- module_name
The short name of the module (should contain only letters, numbers, and _)
- path
The path to save the module (defaults to a directory called "modules" in the working directory)
Value
the file path (invisibly)