Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/maven_lottozahlen

Einfaches Java-Kommandozeilenprogramm, das einen Tipp für Lotto "6 aus 49" (und andere) auf die Konsole schreibt; zur Demonstration von "GitHub Actions"
https://github.com/mdecker-mobilecomputing/maven_lottozahlen

demo gh-pages java lotto-numbers maven

Last synced: 8 days ago
JSON representation

Einfaches Java-Kommandozeilenprogramm, das einen Tipp für Lotto "6 aus 49" (und andere) auf die Konsole schreibt; zur Demonstration von "GitHub Actions"

Awesome Lists containing this project

README

        

# Lottozahlen-Generator #


Das Repo enthält ein Maven-Projekt mit einem einfachen Java-Kommandozeilenprogramm,
das einen Zahlentipp für das deutsche Zahlenlotto "6 aus 49" auf die Konsole schreibt.
Die eigentlichen Implementierung (siehe Paket `de.eldecker.dhbw.lottozahlen.engine`)
kann aber auch Zahlentipps für andere Lottosysteme erzeugen.

Das Maven-Projekt soll mit [GitHub Actions](https://github.com/features/actions) in der Cloud
gebaut werden, siehe auch
[Tab "Actions" des Repos](https://github.com/MDecker-MobileComputing/Maven_Lottozahlen/actions).


Siehe [hier für JavaDoc-Doku](https://mdecker-mobilecomputing.github.io/Maven_Lottozahlen/) (erzeugt
mit [dieser 3rd-Party-Action](https://github.com/marketplace/actions/deploy-publish-javadoc) und
bereitgestellt mit [GitHub Pages](https://pages.github.com/)).


----

## License ##


See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).