# typedoc-twilio-theme **Repository Path**: mirrors_twilio/typedoc-twilio-theme ## Basic Information - **Project Name**: typedoc-twilio-theme - **Description**: Typedoc theme used for Twilio's Client.js - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Twilio's Client.js theme for TypeDoc [TypeDoc](http://typedoc.io/) is a documentation generator for TypeScript projects. ## Usage ```bash $ npm install typedoc typedoc-twilio-theme --save-dev $ node_modules/.bin/typedoc --theme node_modules/typedoc-twilio-theme/bin --out doc path/to/ts/dir ``` See TypeDoc documentation (http://typedoc.io/) to learn more about TypeDoc. ## Credit Adapted from the [default TypeDoc themes](https://github.com/TypeStrong/typedoc-default-themes), which was authored and Copyright 2015 by [Sebastian Lenz](http://www.sebastian-lenz.de) under the Apache License 2.0. Changes are cosmetic, and primarily involve hiding private/protected class members for clean consumer-facing API documentation.