https://github.com/634750802/nextool
https://github.com/634750802/nextool
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/634750802/nextool
- Owner: 634750802
- Created: 2024-06-13T07:33:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:33:35.000Z (about 1 year ago)
- Last Synced: 2024-10-18T16:25:57.190Z (8 months ago)
- Language: TypeScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextool
Next tools.
- route handler utils
- defineHandler
- body / path params / search params validation and documentation with zod + openapi
- route test utils
- mockAppRouterRequest
- mockAppRouterPage
- mockAppRouterLayout## Have a try
```bash
$ pnpm i# See all test suits
$ npm test# Generate api docs without starting a next server
$ npm run gen
```