https://github.com/thesephi/create-oak-nodejs-esbuild
npm init template for a Node.js application using oak & oak-routing-ctrl
https://github.com/thesephi/create-oak-nodejs-esbuild
api decorator esbuild nodejs oak oak-routing-ctrl scaffold typescript
Last synced: 4 months ago
JSON representation
npm init template for a Node.js application using oak & oak-routing-ctrl
- Host: GitHub
- URL: https://github.com/thesephi/create-oak-nodejs-esbuild
- Owner: Thesephi
- License: mit
- Created: 2024-06-23T12:52:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T01:45:21.000Z (over 1 year ago)
- Last Synced: 2025-12-22T08:49:50.040Z (6 months ago)
- Topics: api, decorator, esbuild, nodejs, oak, oak-routing-ctrl, scaffold, typescript
- Language: JavaScript
- Homepage:
- Size: 76.2 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-nodejs-esbuild
Starter template to develop a Node.js 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)
- [esbuild](https://esbuild.github.io/)
# How to use this template
```bash
npm create oak-nodejs-esbuild@latest
```