0.2.1 • Published 10 years ago

t0d0 v0.2.1

Weekly downloads
18
License
-
Repository
github
Last release
10 years ago

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.

--

License (MIT)

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago