A simple command line tool to create, start, stop and delete timers.
mvn install
mvn package
java --module-path timer/target/timer-1.0.0.jar;timer-client/target/timer-client-1.0.0.jar -m timerclient/untypedjay.timer.client.CliClient
ls
: list all timersmk NAME INTERVAL [LAPS]
: create a new timer (default: 10 laps)rm ID
: remove the timer with the corresponding idstart ID
: start the timer with the corresponding idstop ID
: stop the timer with the corresponding idexit
: quit the applicationhelp [COMMAND]
: get help