Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 517 Bytes

About

The package to list all TODO commented tags in your project

Usage

To use the todo-code-listing package, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the root directory of the project you want to scan for TODO comments.

  3. Run Command npm install -g todo-code-listing

  4. 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