Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 636 Bytes

File metadata and controls

12 lines (8 loc) · 636 Bytes

Template

Run Linter Run Unit Tests

This is a template for a Deno module.

File/Directory Structure

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