Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.94 KB

File metadata and controls

30 lines (23 loc) · 2.94 KB

nestjs-kitchen

CodeQL Dependabot Updates reviewdog Test codecov Release

Convenient tools to serve your NextJS application.


Description

nestjs-kitchen is a collection of packages offering convenient features to accelerate your NestJS application development.

Packages

Status Package Description
@nestjs-kitchen/authz Simplest authentication & authorization module in NextJS.
@nestjs-kitchen/connextion A module builder of generic instance management in NextJS.
@nestjs-kitchen/connextion-postgres A flexible module to provide node-postgres interface in NextJS.
@nestjs-kitchen/connextion-presto A flexible module to provide presto-client interface in NextJS.
@nestjs-kitchen/connextion-duckdb A flexible module to provide @duckdb/node-api interface in NextJS.
@nestjs-kitchen/cache-manager A better caching module for NestJS, fully compatible with @nestjs/cache-manager v3.
@nestjs-kitchen/csrf A CSRF module in NextJS.
@nestjs-kitchen/proxy Provides an HTTP proxy functionality in the NestJS style.
@nestjs-kitchen/headers An convenient way to add custom HTTP headers.