https://github.com/denoplayground/template
Project Template for Deno modules.
https://github.com/denoplayground/template
deno template
Last synced: about 1 month ago
JSON representation
Project Template for Deno modules.
- Host: GitHub
- URL: https://github.com/denoplayground/template
- Owner: DenoPlayground
- License: lgpl-3.0
- Created: 2023-07-19T09:30:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T09:20:19.000Z (about 1 year ago)
- Last Synced: 2025-07-17T00:31:18.148Z (11 months ago)
- Topics: deno, template
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template
[](https://github.com/DenoPlayground/Template/actions/workflows/lint.yml)
[](https://github.com/DenoPlayground/Template/actions/workflows/test.yml)
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.