Skip to content

Kommons is a set of Kotlin Multiplatform Libraries (MPP) to allow the execution of command lines / scripts, to support print debugging and to ease testing.

License

Notifications You must be signed in to change notification settings

bkahlert/kommons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kommons — Logo

Kommons Download from Maven Central Download from GitHub Packages Build Status Repository Size Repository Size

About

Kommons is a family of the following Kotlin—most of them multiplatform libraries:

Installation / Setup

This library is hosted on GitHub with releases provided on Maven Central.

To use a module separately, see the corresponding instructions linked above.

The following dependency can be added to add the core, debug, io, logging-core, and text module:

  • Gradle `implementation("com.bkahlert.kommons:kommons:2.0.0")

  • Maven

    <dependency>
        <groupId>com.bkahlert.kommons</groupId>
        <artifactId>kommons</artifactId>
        <version>2.0.0</version>
    </dependency>

Please read the corresponding documentation for instruction on how to use them.

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by making a PayPal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.

About

Kommons is a set of Kotlin Multiplatform Libraries (MPP) to allow the execution of command lines / scripts, to support print debugging and to ease testing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages