Socket
Socket
Sign inDemoInstall

@compodoc/compodoc

Package Overview
Dependencies
35
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

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
327K
increased by4.68%
Maintainers
1
Install size
179 MB
Created
Weekly downloads
 

Package description

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

Changelog

Source

1.1.22

Merged

  • Added Russian translation #1386, Thanks RusFjord
  • docs: updated the tags in the readme file #1365, Thanks alkavats1

Bug fixes

  • fix(app): @example render twice for methods (f5d6f97), closes #1385
  • fix(app): interfaces multiple extends support (229f407), closes #1364
  • fix(app): relax @angular-devkit/schematics version for Angular v14.x support (51fe4b9), closes #1362
  • fix(app): disableLifeCycleHooks for pipes and services (753b74d), closes #1369
  • fix(app): json export and disableSourceCode - template and style sources should not be added (6a85f1b), closes #1370
  • fix(app): remove inside dependency no longer used, bump dev/Dependencies (91865b7), closes #1355

<a name="1.1.21"></a>

Readme

Source

Compodoc: The missing documentation tool for your Angular application
Github action Build Status Codecov npm badge Quality Gate Status
NPM Downloads MIT badge
sponsors on Open Collective Sponsors on Open Collective

saucelabs badge

Gitter badge

The missing documentation tool for your Angular application.

Compodoc: The missing documentation tool for your Angular application

Live Demo

A live demo is available — see it in action !

The demo features documentation generated for a simple TodoMVC application.

Features

  • Clean, simple design — Navigate the documentation on the left side, read it on the right.

  • Beautiful themes — Seven themes are available from well known documentation tools like Gitbook, Read the Docs and projects like Vagrant, Laravel, Postmark and Stripe.

  • Search — Includes a powerful search engine (lunr.js) for easily finding what you're looking for.

  • Automatic table of contents — API table of contents is generated using elements found during files parsing.

  • JSDoc light support — Support for @param, @returns, @link, @ignore and @example tags.

  • Documentation coverage — Get the documentation coverage report of your project.

  • Angular CLI-friendly — Supports Angular CLI projects out-of-the-box.

  • Offline — No server needed, no sources uploaded online, documentation generated entirely offline.

  • Open-source and on npm — Use it directly in your project using npm and a single script—that's it!

Documentation

Official documentation has moved to https://compodoc.github.io/website/.

Installation

Ready to get started? Read installation instructions.

🏅 Backers

Thank you to all our backers ! Support us with a monthly donation and help us continue our activities. Become a backer

Backers

🎖 Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor

Cyclone

Cyclone is an instant coding playground embedded in your docs. Check them out at Cyclone

Cyclone

AWS Infrastructure made easy - get the benefits of AWS without hiring devops at Flight Control

Sponsors

Contributing

Want to file a bug, contribute some code, or improve documentation? Excellent!

Read up on our guidelines for contributing.

Contributors

This project exists thanks to all these people.

vogloblinskymanekinekkomattlewis92JonasMHrprotsykdaniele-zuricoprofimedica
vogloblinskymanekinekkomattlewis92JonasMHrprotsykdaniele-zuricoprofimedica
vogloblinskyguilhermevrsBlakesalotBrigitte Hofmeisterlichangfengguilhermevrs
dp-1aValentinGotBlake SimmonBrigitte Hofmeisterlichangfengguilhermevrs

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs

License

Everything in this repository is licensed under the MIT License unless otherwise specified.

Copyright (c) 2016 – 2019 Vincent Ogloblinsky

Keywords

FAQs

Last updated on 18 Oct 2023

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc