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) • 313 B
Markdown
# `bin` Directory Summary
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.