Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strolch-li/strolch
Strolch is a parameterized framework for use on servers and IoT
https://github.com/strolch-li/strolch
execution framework java platform
Last synced: about 1 month ago
JSON representation
Strolch is a parameterized framework for use on servers and IoT
- Host: GitHub
- URL: https://github.com/strolch-li/strolch
- Owner: strolch-li
- License: apache-2.0
- Created: 2014-09-16T07:08:06.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-08T09:23:19.000Z (about 1 month ago)
- Last Synced: 2024-11-08T10:27:57.957Z (about 1 month ago)
- Topics: execution, framework, java, platform
- Language: Java
- Homepage: https://strolch.li
- Size: 57.7 MB
- Stars: 5
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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)
[![Commit Activity](https://img.shields.io/github/commit-activity/y/strolch-li/strolch/develop?style=flat-square)](https://github.com/strolch-li/strolch/commits/develop)
[![Forks](https://img.shields.io/github/forks/strolch-li/strolch?style=flat-square "Forks")](https://github.com/strolch-li/strolch/network/members)
[![Stars](https://img.shields.io/github/stars/strolch-li/strolch?style=flat-square "Stars")](https://github.com/strolch-li/strolch/stargazers)
[![Issues](https://img.shields.io/github/issues/strolch-li/strolch?style=flat-square "Issues")](https://github.com/strolch-li/strolch/issues)
[![Build Status](https://ci.atexxi.ch/buildStatus/icon?job=strolch)](https://ci.atexxi.ch/job/strolch/)
[![Project Map](https://sourcespy.com/shield.svg)](https://sourcespy.com/github/strolchlistrolch/)The main repository which contains all of Strolch.
## Getting Started
Either use a version on Maven Central: https://mvnrepository.com/artifact/li.strolch/Or install locally first:
git clone https://github.com/strolch-li/strolch.git
cd strolch
mvn clean install -DskipTestsThen 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/
## More Information
Find more to Strolch at our website: https://strolch.li