1.2.3 • Published 2 years ago

@rkristelijn/todomd v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago