1.0.4 • Published 6 years ago

todo-search v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago