Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdm2883/kotlin-native-motd-checker-cli
Simple Minecraft MOTD Checker Command Line Tool written in Kotlin/Native!
https://github.com/cdm2883/kotlin-native-motd-checker-cli
kotlin kotlin-multiplatform kotlin-native minecraft minecraft-bedrock-edition minecraft-java-edition minecraft-motd motd
Last synced: 1 day ago
JSON representation
Simple Minecraft MOTD Checker Command Line Tool written in Kotlin/Native!
- Host: GitHub
- URL: https://github.com/cdm2883/kotlin-native-motd-checker-cli
- Owner: Cdm2883
- License: apache-2.0
- Created: 2024-08-20T12:16:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:38:10.000Z (3 months ago)
- Last Synced: 2024-08-30T13:34:11.777Z (3 months ago)
- Topics: kotlin, kotlin-multiplatform, kotlin-native, minecraft, minecraft-bedrock-edition, minecraft-java-edition, minecraft-motd, motd
- Language: Kotlin
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motd Checker but.. `Kotlin/Native`!
Simple Minecraft MOTD Checker Command Line Tool written in Kotlin/Native!
# Highlights
- Only Kotlin
- Use Kotlin/Native to run native code directly instead of running on the JVM
- Support multiplatform# Usage
```
Usage: ./kotlin-native-motd-checker-cli.exe [options] [address]Simple Minecraft MOTD Checker Command Line Tool written in Kotlin/Native!
Arguments:
address server address to pingOptions:
-v, --version output the version number
-s, --host address host
-p, --port address port
-b, --bedrock ping bedrock edition
-j, --java ping java edition
-h, --help display help for command
```