-
Notifications
You must be signed in to change notification settings - Fork 3
First Use Help #11
Comments
@MarkHerhold Did you find a solution for 3? I get: |
I have not. I checked the code and found it pretty confusing as well so I wasn't able to answer my own questions. The actual goal of the module/its APIs are not clear to me because it seems to be more than just TS generation. I'm guessing you are trying to do the same thing as me. I'm currently evaluating joi-to-swagger to see if I can generate OpenAPI docs with my Joi schema and in turn use |
In your own interest, you might want to consider another library, unless it's adopted by someone else, as it's no longer used or maintained by the original author. For your questions, you probably want to set Sample config block in your
|
@nikcorg Could you put a warning in the README so future users know the project isn't being maintained? |
Done. |
This project is a really great idea! I've run into some issues trying to use it for the first time though.
joi
as a dependency, not a dev dependency. Installing the module globally seems to excludejoi
.ts-node
is required to be installed globally. I will submit a PR to add a note to the README about this if you like.nullableMode
,library
) (what are these BTW?) and the example only outputs a definition file with some comments.Any help/guidance is much appreciated! Thanks!
The text was updated successfully, but these errors were encountered: