What does everyone here …

less than 1 minute read

What does everyone here use for generating documentation on node/typescript only apps and libs? I am wanting to generate documentation for a lib that does not use react or angular at all.

Responses:

if it’s a server side thing, i use openapi.

For other types of docs, i just write markdown and use some kind of static site generator that generates pages from markdown

https://www.reddit.com/r/typescript/comments/9zpdzs/what_are_some_good_ways_to_generate_typescript/

Have you checked out compodoc?

I don’t use angular. But it looks cool

I use https://compodoc.app/ for angular and nestjs apps.

I also don’t use angular but i thought it might work for for a plain typescript library.

Compodoc is quite cool; used it on a previous project: https://stark.nbb.be/showcase/latest/home –> https://stark.nbb.be/api-docs/stark-core/latest/

Updated: