doc-meter
Version updated for https://github.com/PunteriaCero/doc-meter to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The doc-meter GitHub Action analyzes the growth of documentation within a Git repository over time by processing commit histories, filtering documentation files, and optionally including source code comments as indicators of technical documentation. It automates the generation of visual graphs and CSV reports to track documentation trends, helping teams monitor and evaluate their repository’s documentation progress effectively. Key capabilities include temporal grouping, branch-specific analysis, and support for various file extensions and programming languages.
What’s Changed
- Simplify action.yml description (164d2ff)
- Merge branch ‘main’ of https://github.com/PunteriaCero/doc-meter (0dd8f21)
- feat: implement GitHub Action for documentation growth measurement and add usage instructions in README (c3cac65)
- Update README.md (0a4695f)
- Update doc-meter.yml (1e8a093)
- feat: add GitHub Actions workflow for automated documentation growth analysis and deployment to GitHub Pages (8e59ad7)
- Refactor code structure for improved readability and maintainability (9a6f292)
- docs: update README and doc_meter.py to clarify output options and remove no-plot argument (47bc6b7)
- feat: add CSV export functionality and update README with usage examples (628c504)
- Refactor code structure for improved readability and maintainability (43e0211)