Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huluvu424242/mitschriften
Sammlung meiner Mitschriften aus Schule, Lehre, Armee, Vorkurs und Studium
https://github.com/huluvu424242/mitschriften
mitschriften
Last synced: 27 days ago
JSON representation
Sammlung meiner Mitschriften aus Schule, Lehre, Armee, Vorkurs und Studium
- Host: GitHub
- URL: https://github.com/huluvu424242/mitschriften
- Owner: Huluvu424242
- License: mit
- Created: 2024-01-21T18:29:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T21:24:53.000Z (10 months ago)
- Last Synced: 2024-01-22T22:56:32.886Z (10 months ago)
- Topics: mitschriften
- Homepage: https://huluvu424242.github.io/mitschriften/
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
[#status]
image:https://img.shields.io/badge/License-MIT%202023-blue.svg?style=plastic[link="http://www.opensource.org/licenses/mit-license.php"]
image:https://img.shields.io/github/v/tag/Huluvu424242/mitschriften?include_prereleases&style=plastic[GitHub tag (latest SemVer pre-release), link="https://github.com/Huluvu424242/mitschriften/releases"]
image:https://img.shields.io/github/downloads/Huluvu424242/mitschriften/latest/total?style=plastic[GitHub release (latest by date), link="https://github.com/Huluvu424242/mitschriften/packages/181948/versions"]
image:https://maven-badges.herokuapp.com/maven-central/com.github.huluvu424242/mitschriften/badge.svg?style=plastic["Maven Central", link="https://maven-badges.herokuapp.com/maven-central/com.github.huluvu424242/mitschriften"]
image:https://travis-ci.org/Huluvu424242/mitschriften.svg?branch=master["Build Status", link="https://travis-ci.org/Huluvu424242/mitschriften"]
image:https://codecov.io/gh/Huluvu424242/mitschriften/branch/master/graph/badge.svg[link="https://codecov.io/gh/Huluvu424242/mitschriften"]
image:https://sonarcloud.io/api/project_badges/measure?project=Huluvu424242_mitschriften&metric=alert_status[Quality Gate Status, link="https://sonarcloud.io/summary/new_code?id=Huluvu424242_mitschriften"]
image:http://images.webestools.com/buttons.php?frm=2&btn_type=11&txt=Scrum Board["Scrum Board,scaledwidth="15%"", link="https://github.com/Huluvu424242/mitschriften/projects/1"]image:https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=plastic["standard-readme compilant",link="https://github.com/RichardLitt/standard-readme"]
== Mitschriften
=== Projekt Erzeugung
1. gitignore erstellen
* https://www.toptal.com/developers/gitignore/api/windows,linux,intellij+all,eclipse,maven,java,git
2. pom erstellen
```
4.0.0
com.github.huluvu424242
mitschriften
1
```
3. maven wrapper erstellen:
```
mvn wrapper:wrapper -Dtype=script -Dmaven=3.9.6
```