auto-commentor
v1.0.22
Published
comment your code with ai
Downloads
13
Readme
Code Commenter Tool
Overview
This tool automatically generates comments for your code files. By specifying a source directory, the tool recursively scans all files and directories, excluding those specified in the .exclude
file or predefined paths. The commented files are then saved into a specified destination directory (./Generated/
). Example
Features
- Recursive File Processing: Scans all files within the source directory, including subdirectories.
- File Exclusion: Automatically excludes specified files and directories.
Installation
Ensure Node.js is installed.
Run:
npx auto-commentor
Usage
- Create a
.exclude
file listing files or directories to be excluded.
node_modules
index.html
npx auto-commentor