Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smack0007/ccd-deno-template
Conciso Coding Dojo Deno Template
https://github.com/smack0007/ccd-deno-template
Last synced: 20 days ago
JSON representation
Conciso Coding Dojo Deno Template
- Host: GitHub
- URL: https://github.com/smack0007/ccd-deno-template
- Owner: smack0007
- Created: 2022-05-13T06:53:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T10:01:53.000Z (over 2 years ago)
- Last Synced: 2024-11-07T11:47:45.617Z (2 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Conciso Coding Dojo Deno Template
This repository contains a template for Conciso Coding Dojos using [Deno](https://deno.land/).
## Getting Started
You'll need to have [Deno installed](https://deno.land/#installation)
```bash
git clone https://github.com/smack0007/ccd-deno-template --depth 1
cd
rm -rf .git
git init
deno task cache
```The program can be run with:
```bash
deno task run
```Run tests with:
```bash
deno task test
```