@rkristelijn/todomd

1.2.3 • Public • Published

todo-md

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

Usage

  • npx todomd lint - lints TODO.md
  • npx todomd help - help
  • npx todomd help lint - help on linting
  • npx todomd lint -f README.md - find open tasks in README.md instead
  • npx todomd lint -f TODO.md -g npm-tasks.junit.xml - only use -f and -g together: compiles a gitlab report
  • npx todomd init - create an example TODO.md

Development

  • node index.mjs lint - lint the TODO.md
  • node index.mjs init - create an example TODO.md

Readme

Keywords

Package Sidebar

Install

npm i @rkristelijn/todomd

Weekly Downloads

23

Version

1.2.3

License

ISC

Unpacked Size

7.29 kB

Total Files

6

Last publish

Collaborators

  • rkristelijn