An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Template

[![Run Linter](https://github.com/DenoPlayground/Template/actions/workflows/lint.yml/badge.svg)](https://github.com/DenoPlayground/Template/actions/workflows/lint.yml)
[![Run Unit Tests](https://github.com/DenoPlayground/Template/actions/workflows/test.yml/badge.svg)](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.