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

https://github.com/mys1024/starter-deno

A Deno stater template 🦕
https://github.com/mys1024/starter-deno

cicd coverage deno npm starter template test typescript

Last synced: about 2 months ago
JSON representation

A Deno stater template 🦕

Awesome Lists containing this project

README

        

# starter-deno

[![jsr-version](https://img.shields.io/jsr/v/@mys/starter-deno?style=flat-square&color=%23f7df1e)](https://jsr.io/@mys/starter-deno)
[![docs](https://img.shields.io/badge/docs-reference-blue?style=flat-square)](https://jsr.io/@mys/starter-deno/doc?style=flat-square)
[![stars](https://img.shields.io/github/stars/mys1024/starter-deno?style=flat-square)](https://github.com/mys1024/starter-deno)
[![license](https://img.shields.io/github/license/mys1024/starter-deno?&style=flat-square)](./LICENSE)

[![coverage](https://img.shields.io/codecov/c/github/mys1024/starter-deno?style=flat-square)](https://app.codecov.io/gh/mys1024/starter-deno)
[![workflow-ci](https://img.shields.io/github/actions/workflow/status/mys1024/starter-deno/ci.yml?label=ci&style=flat-square)](https://github.com/mys1024/starter-deno/actions/workflows/ci.yml)
[![workflow-release](https://img.shields.io/github/actions/workflow/status/mys1024/starter-deno/release.yml?label=release&style=flat-square)](https://github.com/mys1024/starter-deno/actions/workflows/release.yml)

[![use-this-template](https://img.shields.io/badge/use-this%20template-%2386efac?style=for-the-badge&logo=github)](https://github.com/new?template_name=starter-deno&template_owner=mys1024)

_A [Deno](https://deno.com/) stater template 🦕_

## Usage

Click
[here](https://github.com/new?template_name=starter-deno&template_owner=mys1024)
to create a new repository with this stater template.

## Checklist

When you use this template, try follow the checklist to update your information
and configs properly:

- [ ] Replace `mys1024` with your name globally
- [ ] Replace `@mys` with your scope name globally
- [ ] Replace `starter-deno` with your project name globally
- [ ] Check and update the [workflows](.github/workflows)
- [ ] Set the workflow permissions to "Read and write permissions" in the
"Actions" settings of your new repository on Github.

## License

[MIT](./LICENSE) License © 2024-PRESENT
[mys1024](https://github.com/mys1024)