Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - ajalt/mordant: Multiplatform text styling for Kotlin command-line applications
Multiplatform text styling for Kotlin command-line applications - ajalt/mordant
Visit SiteGitHub - ajalt/mordant: Multiplatform text styling for Kotlin command-line applications
Multiplatform text styling for Kotlin command-line applications - ajalt/mordant
Powered by 0x5a.live ๐
Mordant is a multiplatform library for rendering styled text in the terminal. You can use it to add color and style to text, create tables, draw animations, and more.
Mordant has:
- Easy colorful ANSI output with automatic detection of terminal capabilities
- Markdown rendering directly to the terminal
- Widgets for laying out terminal output, including lists, tables, panels, and more
- Support for animating any widget, like progress bars and dashboards
Documentation
The full documentation can be found on the website.
Installation
Mordant is distributed through Maven Central.
dependencies {
implementation("com.github.ajalt.mordant:mordant:3.0.1")
// optional extensions for running animations with coroutines
implementation("com.github.ajalt.mordant:mordant-coroutines:3.0.1")
// optional widget for rendering Markdown
implementation("com.github.ajalt.mordant:mordant-markdown:3.0.1")
}
On JVM, there are more granular dependencies available. See the docs for details.
If you're using Maven instead of Gradle, use <artifactId>mordant-jvm</artifactId>
Snapshots
repositories {
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
}
}
License
Copyright 2018 AJ Alt
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Kotlin Resources
are all listed below.
GitHub - BenWoodworth/knbt: Kotlin NBT library for kotlinx.serialization
resource
~/github.com
resource
GitHub - brianmadden/krawler: A web crawling framework written in Kotlin
resource
~/github.com
resource
GitHub - OxygenCobalt/Auxio: A simple, rational music player for android
resource
~/github.com
resource
GitHub - eriksencosta/math-percentage: Percentage calculations made easy
resource
~/github.com
resource
GitHub - ctripcorp/mmkv-kotlin: A Kotlin Multiplatform porting for MMKV.
resource
~/github.com
resource
GitHub - Litote/kmongo: [deprecated] KMongo - a Kotlin toolkit for Mongo
resource
~/github.com
resource
Test-Driven Development Tutorial for Android: Getting Started
resource
~/www.raywenderlich.com
resource
GitHub - jacinpoz/rxaerospike: RxJava2 wrapper for aerospike-client-java
resource
~/github.com
resource
GitHub - pedrovgs/KotlinSnapshot: Snapshot Testing framework for Kotlin.
resource
~/github.com
resource
GitHub - hankdavidson/ktime: kotlin extensions to the java8 time library
resource
~/github.com
resource
GitHub - ziggy42/Blum: A simple android Twitter client written in Kotlin
resource
~/github.com
resource
Made with โค๏ธ
to provide different kinds of informations and resources.