A Simple CLI app for meal planning
-
Install JDK with Java 8 or higher: https://www.oracle.com/java/technologies/javase-downloads.html
-
Install maven: https://maven.apache.org/install.html
-
Run the following (or use
make && make run
as below):mvn compile assembly:single java -jar target/healthy-choice-1.0-SNAPSHOT-jar-with-dependencies.jar
-
Enjoy?
To run provided tests, execute mvn test
Makefile is included for the following:
Action | Command |
---|---|
Compile | make |
Run (Need to compile first of course): | make run |
Cleanup | make clean |