todo-search
v1.0.4
Published
Plugin to help to find TODO occurrence in the project
Readme
todo-search
Plugin to help to find TODO occurrence in the project
#1 In your package.json scripts add the following script: "search:todo": "node test.js"
#2 Create test.js file in your root project
#3 Paste the code below in test.js: var todoSearch = require("todo-search") todoSearch.search(PATH) /* Pass the path to search for //TODO occurrence */
#4 Run on terminal: npm run search:todo
