2

Is there any solution for Open API code generator for Nest.js such as this maven plugin for Spring Boot?

I'd like to follow API-First Development approache using Nest.js instead!

Edy Segura
  • 517
  • 6
  • 10

2 Answers2

3

There was a pull request, but it was stalled pending on the person who made the changes. I'm no good at Java, but you might be able to help out there.

Manchuwook
  • 341
  • 3
  • 15
1

There is a new npm package that can do it, see here.

yantrab
  • 2,482
  • 4
  • 31
  • 52