A simple CLI TODO parser for the lazy coder
With npm:
npm install ntodo
Usage: ntodo [Options]
[Options]
-h, --help Display help
-p, --path It sets the path
ex: ntodo -p .
ex: ntodo -p ../
you can also skip the -p ;-)
ntodo .
ntod ../
Filtering Examples
ntodo . | grep "jade"
ntodo . | grep "modules"
ntodo . | grep "api"
- Integrate with Github
- When a task is completed, remove from code and add to a history file and include who finished it (update github hehe!)
- Include email notification if the project includes a notify.json at the root (for whoever wants to be notified)