https://github.com/markthree/nitro-unkit
simple kit for nitro
https://github.com/markthree/nitro-unkit
h3 kit nitro simple
Last synced: 5 months ago
JSON representation
simple kit for nitro
- Host: GitHub
- URL: https://github.com/markthree/nitro-unkit
- Owner: markthree
- Created: 2024-09-13T04:04:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T05:30:36.000Z (about 1 year ago)
- Last Synced: 2025-04-23T02:03:05.604Z (6 months ago)
- Topics: h3, kit, nitro, simple
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nitro-unkit
simple kit for nitro
## setup
```shell
npm i nitro-unkit -D
```### appToEvent
```ts
// in nitro middleware
import { appToEvent } from "nitro-unkit";// some express logic
export default appToEvent(app, "express");
```