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