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
- Host: GitHub
- URL: https://github.com/thesephi/create-oak-deno
- Owner: Thesephi
- License: mit
- Created: 2024-06-29T21:57:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T22:25:38.000Z (over 1 year ago)
- Last Synced: 2025-03-02T00:12:38.875Z (over 1 year ago)
- Topics: api, decorator, deno, oak, oak-routing-ctrl, scaffold, typescript
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```