This is a template for a Deno module.
mod.ts
- File for functions which are provided by the module.cli.ts
- File for functions which should be executed directly for the module.src/
- Directory for storing all source code.docs/
- Directory for storing all documentation files specific for the module.