Skip to content

gxtm/FileHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A command-line todo app

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages