docs_analyzer 0.2.0
docs_analyzer: ^0.2.0 copied to clipboard
A tool for analyzing a library's documentation.
Docs Analyzer #
Analyze your Dart project for public elements missing documentation.
Getting started:
git clone https://github.com/adamhammes-wf/docs_analyzer.git
cd docs_analyzer
pub get
pub run docs_analyzer <project_path>
Usage:
docs_analyzer <project_path> Run docs_analyzer on the project located at <project_path>
docs_analyzer Run docs_analyzer on the current directory
docs_analyzer --help Show this screen