- A CLI todo-list with CRUD operations.
- Menu driven operations.
- Add project to which a Task belongs to
- Automated CI builds (On travis)
- Serializes to raw format, smaller text file
- Multiple printing options
- Colors 🎉
To run you need to have java 11.0 and mvn installed locally.
Run the following command to execute the program.
$ git clone https://github.com/pratima-shegokar/ToDoLy.git
$ cd ToDoLy
$ mvn clean verify install
$ mvn exec:javaThis project is for learning purposes made by me. Although I do not expect anybody to contribute, but if somebody decides to then just make a PR.
This project is licenced under WTFPL. Read detailed licence text here.


