Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 720 Bytes

File metadata and controls

29 lines (22 loc) · 720 Bytes

TodoApp

Description

A command-line todo app that just happened one afternoon. It seemed like a good idea at the time.

Download

You can download the latest release from the Releases page.

Running the Application

java -jar TodoApp-1.0-SNAPSHOT.jar

Available Commands

  • add - Add a new TODO item
  • list - List all TODO items
  • delete or remove - Delete a TODO item
  • help - Show help information

Building from Source

This project uses Maven. To build:

mvn clean package

The JAR file will be created in the target/ directory.

Release Process

See RELEASE.md for information about creating releases.