@sdrauth/typedoc-config
v9.0.3
Published
## Install typedoc
Downloads
55
Readme
Getting Started
Install typedoc
Follow this document to install typedoc.
Run pnpm i -g typedoc-plugin-missing-exports
Using this package
Create a typedoc.json file in the root of your application and add the followoing lines. By default typedoc generates documentation inside docs folder. In case you want the name to be something different then you add the out: "Name_of_Your_Folder"
{
"extends": ["@sdrauth/typedoc-config/base.json"],
"out": "Documentation_web" // name of your documentation directory. this could be any name you would like
}
add alias command in the application package.json
"document": "typedoc --entryPointStrategy expand ./app
if you are using turbo monorepo, add a new command document command in turbo.json.
Thats it!
run the Command turbo document from the root of your workspace and see the documentation generated inside your application. Thanks! happy coding!
contributer Name: sdr Profile: sdrauth
