Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Latest commit

 

History

History
103 lines (69 loc) · 2.61 KB

README.md

File metadata and controls

103 lines (69 loc) · 2.61 KB

Keres Build Status

(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 ☕


Table of Contents


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

excel to csv convertion

Contributing

See CONTRIBUTING as well as our Code of Conduct

Up to this point, this is basically a project of just the two of us

This project is licensed under the GPL3 - see the LICENSE file for details