update README
This commit is contained in:
19
README.md
19
README.md
@@ -1,16 +1,15 @@
|
||||
# Kotlin CLI
|
||||
# cli-kt
|
||||
|
||||
This library implements a lightweight framework for implementing terminal applications.
|
||||
`cli-kt` is a Kotlin Multiplatform framework for implementing terminal applications.
|
||||
|
||||
## Features
|
||||
## Targets
|
||||
|
||||
* Declare commands.
|
||||
* Supports both named and wildcard commands.
|
||||
* Declare and parse type-safe arguments.
|
||||
* Multiplatform support
|
||||
* JVM
|
||||
* JavaScript
|
||||
* Native (Linux)
|
||||
| Target | Status |
|
||||
|------------------|---------------|
|
||||
| JVM | Supported |
|
||||
| JavaScript | Supported |
|
||||
| Native (Linux) | Supported |
|
||||
| Native (Windows) | Not Supported |
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user