Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 702 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 702 Bytes

Template

Run Linter Run Unit Tests

This is a template for a Deno module.

File/Directory Structure

  • 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.