A tool for the TODO.md standard
npx todomd lint
Linting TODO.md
[warn] Found todos in file!
Section
[warn] - [ ] This task is open @owner
[warn] - [ ] And it has a subtask!
BACKLOG
[warn] - [ ] This task is postponed
npx todomd lint
- lintsTODO.md
npx todomd help
- helpnpx todomd help lint
- help on lintingnpx todomd lint -f README.md
- find open tasks inREADME.md
insteadnpx todomd lint -f TODO.md -g npm-tasks.junit.xml
- only use -f and -g together: compiles a gitlab reportnpx todomd init
- create an exampleTODO.md
node index.mjs lint
- lint theTODO.md
node index.mjs init
- create an exampleTODO.md