strolch/README.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

2020-03-31 08:45:28 +02:00
# Strolch
[![Contributors](https://img.shields.io/github/contributors/strolch-li/strolch)](https://github.com/strolch-li/strolch/graphs/contributors)
[![License](https://img.shields.io/github/license/strolch-li/strolch)](https://github.com/strolch-li/strolch/blob/master/LICENSE)
2022-12-16 17:06:57 +01:00
[![Build Status](https://ci.atexxi.ch/buildStatus/icon?job=strolch)](https://ci.atexxi.ch/job/strolch/)
2023-02-13 07:19:37 +01:00
[![Qodana](https://github.com/strolch-li/strolch/actions/workflows/code_quality.yml/badge.svg)](https://github.com/strolch-li/strolch/actions/workflows/code_quality.yml)
2014-09-16 09:29:42 +02:00
The main repository which contains all of Strolch.
2020-03-31 08:45:28 +02:00
## Getting Started
2022-12-19 08:13:31 +01:00
Either use a version on Maven Central: https://mvnrepository.com/artifact/li.strolch/
Or install locally first:
2022-08-16 14:00:59 +02:00
git clone https://github.com/strolch-li/strolch.git
cd strolch
mvn clean install -DskipTests
Then you can create your own project. Please read the README files in the generated projects.
To create a Strolch project see https://strolch.li/development/
2020-03-31 08:45:28 +02:00
## More Information
2020-03-31 08:45:28 +02:00
Find more to Strolch at our website: https://strolch.li