generated at
Nest.js
概要
Node.js+TypeScript向けのWebアプリケーションフレームワーク

特徴
AngularライクなモジュールシステムとDIコンテナを提供している
公式でtypeormbull等の様々なモジュールとの統合をサポートしている

関連パッケージ
@darraghor/eslint-plugin-nestjs-typed - Some eslint rules for working with NestJs projects
Nestia - Make NestJS much faster and easier
nestjs-toolbox - The repository contains a suite of components and modules for Nest.js
nestjsx - A set of opinionated NestJS extensions and modules 🔥
@nestjs/schedule - Schedule module for Nest framework (node.js) ⏰
https://github.com/nestjs/bull - Bull module for Nest framework (node.js)
@nestjs/typeorm - TypeORM module for Nest.
@mikro-orm/nestjs - NestJS MikroORM integration
nestjs-typeorm-paginate - 📃 Pagination response object function + types for typeorm + nestjs
nestcloud - A NodeJS micro-service solution, writing by Typescript language and NestJS framework.
@toss/nestjs-aop - A way to gracefully apply AOP to nestjs
nestjs-pino - Platform agnostic logger for NestJS based on Pino with REQUEST CONTEXT IN EVERY LOG
nestjs-zod - All NestJS + Zod utilities you need
nestjs-otel - OpenTelemetry (Tracing + Metrics) module for Nest framework (node.js) 🔭
@nestjs/azure-func-http - Azure Functions HTTP adapter for Nest framework (node.js) 🌥
@kiyasov/platform-hono - Nest adapter for Hono

モジュールシステムについて

関連ページ