Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 3.37 KB

File metadata and controls

75 lines (52 loc) · 3.37 KB

NestJS Labs

NestJS TypeScript Node.js

Collection of useful NestJS packages and repositories

About

This is my personal organization where I collect and maintain useful NestJS packages, tools, and utilities that I've found helpful in my development work.

📦 Useful Packages

Database & ORM

  • nestjs-prisma - NestJS + Prisma is a library for NestJS that provides a Prisma ORM.
  • drizzle-orm - Drizzle is a modern SQL query builder for TypeScript.
  • mongoose - Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.

API & Validation

  • zod - Zod is a TypeScript-first schema validation library.
  • nestjs-zod - NestJS + Zod is a library for NestJS that provides a Zod validation library.
  • class-validator - Class-validator is a library for validating objects.
  • class-transformer - Class-transformer is a library for transforming objects.

Authentication & Security

  • nestjs-passport - Passport is authentication middleware for Node.js.
  • nestjs-jwt - NestJS + JWT is a library for NestJS that provides a JWT authentication library.

Testing

  • jest - Jest is a JavaScript testing framework.
  • supertest - Supertest is a library for testing HTTP servers.
  • golevelup/ts-jest - NestJS Testing is a library for testing NestJS applications.

Forked Repositories

CLI Tools

  • nestjs-labs/dev - A monorepo for NestJS development environment, providing reusable ESLint and TypeScript configurations.
  • nestjs-config - Support zod schema validation.
  • nestjs-redis - Support redis module.
  • nestjs-pino-extra - Enhanced nestjs-pino with OpenTelemetry integration, file rotation, Loki support, and enterprise features for production-ready logging.
  • nestjs-prisma-api - This is an opinionated template for Nestjs prisma restful projects.

🤝 Contributing

Feel free to:

  • Report bugs or issues
  • Suggest new packages or tools
  • Submit improvements
  • Share your own utilities

📝 Notes

  • These are personal projects, not official NestJS packages
  • Use at your own risk
  • Feel free to fork and modify for your needs
  • No guarantees on maintenance or updates

🔗 Links


Happy coding! 🎉