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

https://github.com/thesephi/create-oak-deno

npm init template for a Deno application using oak & oak-routing-ctrl
https://github.com/thesephi/create-oak-deno

api decorator deno oak oak-routing-ctrl scaffold typescript

Last synced: 4 months ago
JSON representation

npm init template for a Deno application using oak & oak-routing-ctrl

Awesome Lists containing this project

README

          

# create-oak-deno

Starter template to develop a Deno application with `@oak/oak` and `@dklab/oak-routing-ctrl`.

Read more:
- [Oakserver](https://oakserver.org/)
- [oak-routing-ctrl](https://jsr.io/@dklab/oak-routing-ctrl)
- [Deno](https://deno.com/)

# How to use this template

With "native" Deno:
```bash
deno init --npm oak-deno@latest
```

With Node.js:
```bash
npm create oak-deno@latest
```