1.0.1 • Published 4 years ago

todo-scanner v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Hi, Prima here.

It's common to see TODO in code. This simple program will find TODO in your codes and it will prints the file path in your terminal.

How to run?

$ npm install -g todo-scanner

$ todo-scanner <optional_folder>

You will see a report like this.

found at ./src/todo-scanner.js
found at ./target-project/index.js
found at ./target-project/services/service-a.js
found at ./target-project/services/service-b.js
found at ./target-project/modules/module-a/index.js
found at ./target-project/modules/module-b/index.js
found at ./target-project/modules/module-a/repository/index.js

Demo

Demo

Thanks.