1.0.4 • Published 2 years ago

todo-tree-checker v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

todo-tree-checker

It can scan all file under src folder(default), You can choose your own folder by your ease.

usage

You can add script in your package.json.

"script": {
    "check": "todo-tree-checker"
    ...
}

You can input your path and name.

npm run todo-tree-checker // default src path
npm run todo-tree-checker ../another-program/src/view // another-program's src/view folder
npm run todo-tree-checker ../another-program/src/view fixme // another-program's src/view folder and check fixme

if your target has todo, the result is like below:

_______________filePath_______________ 
++
++
 ..\another-program\src\App.vue:13:16 has todo。
++
++
_______________filePath_______________ 
++
++
 ..\another-program\src\App.vue:14:16 has todo。
++
++
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago