(Archived. It was planned for a java course for law students which is postponed due to the current circumstances)
A library for automatic generation of cease and desist 📧 based on docx templates written in ☕
- Getting Started
- Running the Tests
- Build With
- Contributing
- Authors
- License
- Ackknowledgements
- Copyright
You basically just need an new jdk, we just support jdk11+
Ubuntu:
$ sudo apt-get update && sudo apt-get install openjdk-11-jdk
Windows: (with choco and a admin shell)
choco install openjdk --version 11.0
Clone the repository
git clone https://github.com/elegal-ev/Keres.git
Build it (here for linux, gradlew.bat
for windows)
./gradlew jar
The jar is located at build/libs/
Just run
./gradlew check
which is basically a wrapper around ./gradlew test
with a few more checks see here.
- Apache POI - The Java API for Microsoft Documents
- Gradle - A popular build automation tool
- Travis - For continuous integration
See CONTRIBUTING as well as our Code of Conduct
Up to this point, this is basically a project of just the two of us
- Valerius Mattfeld - valerius21
- Lars Quentin - lquenti
This project is licensed under the GPL3 - see the LICENSE file for details
- Love to everyone who is interested in this project :)
- Everyone who will learn java programming with this project and the additional slides (just in german for now, sorry!)