oas-tools / oas-tools

NodeJS module to manage RESTful APIs defined with OpenAPI 3.0 Specs over express servers.
Apache License 2.0
202 stars 60 forks source link

[QUESTION] Is this project maintained (2024)? #386

Open caarmen opened 2 months ago

caarmen commented 2 months ago

I see this question was asked:

In 2022, the answer was yes.

Is this still the case in 2024?

I discovered a few issues today that are hindering us from upgrading from swagger-tools:

If the maintainers don't have much time to work on this project right now, could you perhaps suggest some alternatives? We're using swagger-tools and would like to update, as that lib is also not maintained 😅 .

No judgment of course, would just like to know how to go forward with our project, using more recent libraries.

Thanks! 🙏🏻

adambordas commented 2 months ago

As an alternative I would suggest that you give a try to @team-supercharge/oasg. It's a project maintained by the company I work for, it can generate server code for Nest.js projects, but it can be extended with whatever you want. I don't know what your needs are, but I hope it helps you out.