Using the Makefile - todotxt/todo.txt-cli GitHub Wiki

To Run Tests

make test

See also the README in the tests directory for more.

To Package a Distribution

Make sure all changes are committed, and tag the current state of the repo.

git tag -a v2.1 -m “Historical v2.1”

Then, run the Makefile dist action:

make dist

This will create .zip and .tar archives to upload to the Downloads section.

⚠️ **GitHub.com Fallback** ⚠️