unqommented
Version:
A Node.js utility that quickly identifies files with uncommented code in your codebase. Designed for developers who want to efficiently tell LLMs exactly which files need comments added.
5 lines (3 loc) • 425 B
Markdown
This directory contains the executable script for the `unqommented` command-line tool.
- **`unqommented.js`**: This is the main entry point for the CLI. It parses command-line arguments, invokes the core scanning logic from the `lib` directory, and prints the results to the console with enhanced batch organization (files displayed in three even groups with clear headers and total file count).