DEV Community

Discussion on: And so, I wrote my own Typescript Documentation Generator...

Collapse
 
rxliuli profile image
rxliuli • Edited

Very monorepo friendly, but still has some issues

  • Only supports > nodejs 15 (which is quite unreasonable, as it is unlikely that anyone in a production environment will be using the latest non-long term support version)
  • Themes are rather rudimentary, and there is no detailed guide to creating them
  • No link to unit tests (which is rather bad for providing some test cases)

Overall though, it's still much easier than typedoc monorepo, and if I have time, I'll make some contributions