openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
975 stars 162 forks source link

Auto-generated docs #189

Open shadow-light opened 3 years ago

shadow-light commented 3 years ago

Hi @tikurahul, I discovered since you wrote it all in Typescript that docs can be auto-generated and they seem to be pretty decent.

What do you think?

I've deployed using Github Pages on my fork: https://shadow-light.github.io/AppAuth-JS/

Generated with npx typedoc src

tikurahul commented 3 years ago

This looks pretty great !

tikurahul commented 3 years ago

Can you add an npm script that automates this as well ?