https://github.com/thesephi/create-oak-bun
npm init template for a Bun application using oak & oak-routing-ctrl
https://github.com/thesephi/create-oak-bun
api bun decorator oak oak-routing-ctrl scaffold typescript
Last synced: 5 months ago
JSON representation
npm init template for a Bun application using oak & oak-routing-ctrl
- Host: GitHub
- URL: https://github.com/thesephi/create-oak-bun
- Owner: Thesephi
- License: mit
- Created: 2024-06-27T00:14:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T01:52:52.000Z (over 1 year ago)
- Last Synced: 2025-03-02T00:12:38.872Z (over 1 year ago)
- Topics: api, bun, decorator, oak, oak-routing-ctrl, scaffold, typescript
- Language: JavaScript
- Homepage:
- Size: 43.9 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-bun
Starter template to develop a Bun 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)
- [bun](https://bun.sh/)
# How to use this template
```bash
npm create oak-bun@latest
```