Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.24 KB

Build Status Coverage Status codebeat badge

Introduction

Minimal is a simple API that exposes minimalist interfaces for common functions including identity generation, JSON parsing and reflection.

Documentation

A getting started guide and reference documentation for Minimal is hosted on the Minimal Project Page.

Building from Source

Both JDK 8 and Maven 3 are required to build Minimal from source. With these prerequisites in place you can build Minimal by:

git clone https://github.com/PatternFM/minimal.git
cd minimal
mvn clean install

Continuous Integration

The Continuous Integration service for the project is hosted on Travis

Licensing

This software is provided and distributed under the Apache Software License 2.0. Refer to LICENSE.txt for more information.