0.2.1 • Published 10 years ago
t0d0 v0.2.1
t0d0 (prototype)
Intallation
npm install -g t0d0
The only hard dependency of t0d0 is "The Silver Searcher" (ag
).
For OSX+brew ag
can be installed with:
brew install ag
See installation instructions for your env.
Usage
To show all TODO statements (that matches "TODO:"):
todo
Display 10 lines for every TODO statement:
todo -l 10
Display all the TODOs (inluding reviewed; by default reviewed TODOs will be displayed only after 2 weeks after review):
todo --all
Tests (TODO)
npm test
For watch mode:
npm run-script autotest
Roadmap
See t0d0's kanban board on HuBoard.
--