Provides a GitHub repository template for a deno module

Deno module template

Provides a GitHub repository template for a deno module, using GitHub actions.

Installation

this is a great place for showing how to import the module, see below:

Run

import { greeting } from "https://raw.githubusercontent.com/dmpjs/deno-module-template/v/mod.ts"; // import from github as raw data

import { greeting } from "https://deno.land/x/deno-module-template@/mod.ts"; // If module is uploaded into deno.land

Usage

this is a great place for showing, usage examples

Test

Run

deno test ./test.ts

Versioning

This library follows semantic versioning, and additions to the code ruleset are performed in major releases.

Changelog

Please have a look at CHANGELOG.md.

Contributing

Please have a look at CONTRIBUTING.md.

Code of Conduct

Please have a look at CODE_OF_CONDUCT.md.

License

This package is licensed using the MIT License.

Please have a look at LICENSE.md.

Download Details:

Author: dmpjs

GitHub: https://github.com/dmpjs/deno-module-template

#deno #nodejs #javascript

Provides a GitHub repository template for a deno module
2.05 GEEK