Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p1atdev/deno_template
A simple template for Deno.
https://github.com/p1atdev/deno_template
deno docker template velociraptor
Last synced: 6 days ago
JSON representation
A simple template for Deno.
- Host: GitHub
- URL: https://github.com/p1atdev/deno_template
- Owner: p1atdev
- License: mit
- Created: 2022-03-29T23:39:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T11:09:55.000Z (over 2 years ago)
- Last Synced: 2024-11-22T00:48:50.012Z (about 2 months ago)
- Topics: deno, docker, template, velociraptor
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno template project
![deno compatibility](https://shield.deno.dev/deno/^1.25)
[![vr scripts](https://badges.velociraptor.run/flat.svg)](https://velociraptor.run)# Features
- VSCode extension setup for Deno
- [Velociraptor](https://velociraptor.run/)
- [Dockerfile](https://hub.docker.com/r/denoland/deno)# Usage
## GitHub Template
[Create a repo from this template](https://github.com/p1atdev/deno_template/generate)
## Clone
```bash
git clone https://github.com/p1atdev/deno_template my_deno_project
```## Badges
- Test workflow
```md
![Test](https://github.com/[your_name]/[your_repo_name]/actions/workflows/test.yml/badge.svg)
```- Deno compatibility
![deno compatibility](https://shield.deno.dev/deno/^1.24)
```
![deno compatibility](https://shield.deno.dev/deno/^1.24)
```- Deno module
[![deno module](https://shield.deno.dev/x/oak)](https://deno.land/x/oak])
```md
[![deno module](https://shield.deno.dev/x/oak)](https://deno.land/x/oak])
```