JET is a command-line tool that helps you track your weightlifting progress.
Run the following to download:
git clone https://github.iu.edu/jsisaacs/JET.git
To run JET, move into the directory and do this:
java -jar target/JET-1.0-SNAPSHOT.jar
To get help about commands while in the system:
JET:> help
ย
To create a new exercise:
JET:> new-exercise 0 "exerciseName" 5 10 315 "10/7/2017" "This is a note."
ย
To delete a specific exercise:
JET:> delete-exercise 0
ย
To clear the whole exercise ArrayList:
JET:> clear-exercise
ย
To render the exercise spreadsheet:
JET:> spreadsheet
- ASCII Table - Used to format ASCII tables
- Spring Shell 2 - Spring based interactive shell
- Maven - Dependency management