DEV Community

Cover image for Introducing @ezilemdodana/nest-mapper — Lightweight Mapping for NestJS
Ezile Mdodana
Ezile Mdodana

Posted on

Introducing @ezilemdodana/nest-mapper — Lightweight Mapping for NestJS

Hi NestJS community,

I’ve recently published @ezilemdodana/nest-mapper, a lightweight object mapper built specifically for NestJS projects.

The motivation behind it was simple: many existing NestJS mapping solutions introduce dependency or configuration challenges, especially in larger or evolving projects. This package aims to provide a clean, dependency-light, and NestJS-friendly alternative focused on straightforward DTO ↔ entity mapping.

If you’re working with NestJS and looking for a simpler mapping approach, I’d appreciate it if you could try it out and share feedback, issues, or improvement suggestions.

Package: https://www.npmjs.com/package/@ezilemdodana/nest-mapper

Feedback and contributions are welcome!

Top comments (0)