Add Home
26
Home.md
Normal file
26
Home.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# shell-kt
|
||||||
|
|
||||||
|
`shell-kt` is a Kotlin Multiplatform library that enables the execution of shell commands.
|
||||||
|
|
||||||
|
## Targets
|
||||||
|
|
||||||
|
| Target | Status |
|
||||||
|
|------------------|---------------|
|
||||||
|
| JVM | Supported |
|
||||||
|
| JavaScript | Supported |
|
||||||
|
| Native (Linux) | Supported |
|
||||||
|
| Native (Windows) | Not Supported |
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Add the following to your `build.gradle.kts`.
|
||||||
|
|
||||||
|
```kotlin
|
||||||
|
repositories {
|
||||||
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation("com.infendro:shell:1.0.0")
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user