Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 905 Bytes

Readme.md

File metadata and controls

44 lines (28 loc) · 905 Bytes

ntodo

A simple CLI TODO parser for the lazy coder

Screenshot

Installation

With npm:

npm install ntodo

CLI

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"    

Todo

  • 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)