UNPKG

create-oak-deno

Version:

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

21 lines (15 loc) 399 B
# 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 ```