todo-code-listing
v1.1.0
Published
Listing all todo tag in one file
Downloads
1,386
Maintainers
Readme
About
The package to list all TODO commented tags in your project
Usage
To use the todo-code-listing package, follow these steps:
Open your terminal or command prompt.
Navigate to the root directory of the project you want to scan for TODO comments.
Run Command
npm install -g todo-code-listing
Run the todo-listing command followed by the required arguments:
todo-listing <projectPath> <outputFile> <fileExtensions>
Example:
todo-listing /path/to/project /path/to/todo.txt js,ts