TODO FIXME Scanner Walkthrough

preview_player
Показать описание
todo-fixme-scanner
A command-line tool to scan your project for TODO and FIXME comments, helping you keep track of pending tasks and issues in your codebase.

Features
Recursively scans directories for TODO and FIXME comments
Supports multiple file types including JavaScript, TypeScript, Markdown, HTML, CSS, and more
Excludes common directories like node_modules, .git, and build folders
Flexible output formats: console, JSON, and CSV
Easy to use with customizable options
Installation
Install the package globally using npm:

npm install -g todo-fixme-scanner
Or use it directly with npx:

Рекомендации по теме