MartelliEnrico / ChristmasGreeter

The ultimate tool to wish everyone a merry Christmas

Home Page:https://rob93c.github.io/ChristmasGreeter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChristmasGreeter

Java version Codacy Badge Codecov Maven build CI Docker Image CI Code Analysis CI Docker Image Telegram License

The ultimate tool to wish everyone a merry Christmas.

Purpose

This project is meant as a playground to experiment with the most recent Java features.

The project itself is built with Java 18, and it comes with the following dependencies:

  • Apache Commons 3
  • JUnit 5
  • Mockito 4
  • Apache log4j 2

How to set up the project

  1. Install Maven (at least 3.8.x) and JDK 18
  2. Clone the project locally and move into its folder
  3. Run the command mvn install -DskipTests
  4. Import the project inside your IDE as a Maven project
  5. Ensure your IDE is correctly configured to use a Java 18 JDK.

Note: if your IDE is Eclipse, use at least the version 4.24 (2022-06) which added Java 18 support.

How to contribute to the project

Take a look at this project's contributing guidelines here.

License

See the LICENSE file for license rights and limitations (MIT).

made with ❤️ by @rob93c

About

The ultimate tool to wish everyone a merry Christmas

https://rob93c.github.io/ChristmasGreeter/

License:MIT License


Languages

Language:Java 96.5%Language:Dockerfile 3.5%