git-scan
v1.0.2
Published
Scan your project for TODO and FIXME comments
Readme
git-scan 🔍
A CLI tool to scan your project files for TODO and FIXME comments.
Supports ignore rules and directory-based scanning.
🚀 Installation
npm install -g git-scanOptions
| Option | Description |
|----------------------|------------------------------------------|
| -d, --dir <path> | Directory to scan (defaults to current) |
| --todo | Only scan for TODO comments |
| --fixme | Only scan for FIXME comments |
| --no-color | Disable colored output |
| -V, --version | Show the version number |
| -h, --help | Show help information |
🛠️ Usage
Scan a directory:
git-scan -d <path>