Socket
Socket
Sign inDemoInstall

@compodoc/compodoc

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compodoc/compodoc

The missing documentation tool for your Angular application


Version published
Weekly downloads
325K
decreased by-2.1%
Maintainers
1
Weekly downloads
 
Created

What is @compodoc/compodoc?

@compodoc/compodoc is a documentation tool for Angular applications. It generates static documentation of your Angular application, including components, modules, services, and more. It provides a comprehensive view of your application structure and helps in maintaining and understanding the codebase.

What are @compodoc/compodoc's main functionalities?

Generate Documentation

This command generates documentation for your Angular project based on the TypeScript configuration file. It scans the project files and creates a static documentation site.

npx @compodoc/compodoc -p tsconfig.json

Serve Documentation

This command serves the generated documentation on a local server, allowing you to view it in your browser. It is useful for quickly accessing and navigating the documentation.

npx @compodoc/compodoc -s

Watch Mode

This command runs Compodoc in watch mode, automatically regenerating the documentation whenever there are changes in the source files. It is useful for continuous documentation updates during development.

npx @compodoc/compodoc -p tsconfig.json -w

Customizing Documentation

This command generates documentation with a custom theme. Compodoc supports various themes, allowing you to customize the look and feel of the generated documentation.

npx @compodoc/compodoc -p tsconfig.json --theme vagrant

Other packages similar to @compodoc/compodoc

Keywords

FAQs

Package last updated on 10 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc