An open API service indexing awesome lists of open source software.

https://github.com/634750802/nextool


https://github.com/634750802/nextool

Last synced: 3 months ago
JSON representation

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
```