A command-line todo app that just happened one afternoon. It seemed like a good idea at the time.
You can download the latest release from the Releases page.
java -jar TodoApp-1.0-SNAPSHOT.jaradd- Add a new TODO itemlist- List all TODO itemsdeleteorremove- Delete a TODO itemhelp- Show help information
This project uses Maven. To build:
mvn clean packageThe JAR file will be created in the target/ directory.
See RELEASE.md for information about creating releases.