UNPKG

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.

6 lines (4 loc) 452 B
# `lib` Directory Summary This directory contains the core logic and utility functions for the `unqommented` application. - **`index.js`**: This file serves as a central export point for all modules within the `lib` directory, making it easy to import them into other parts of the application. - **`utils.js`**: This file contains the main business logic, including functions for scanning files and directories, as well as other helper utilities.