oharaandrew314 / forkhandles

Foundational libraries for Kotlin

Home Page:https://forkhandles.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ForK Handles

build download jcenter free

GitHub license codebeat badge

Forkhandles (4k) contains foundational libraries for Kotlin

  • Bunting4k - Command line argument parser
  • Fabrikate4k - Test utility to instantiate objects with fake data
  • Parser4k - Recursive descent parser combinator library
  • Partial4k - Adds partial application of functions to Kotlin
  • Result4k - A usable Result type
  • Time4k - Clock and deterministic scheduler
  • Tuples4k - Tuple classes
  • Values4k - Value classes aka Microtypes aka Tinytypes

Installation

In Gradle, install the BOM and then any other modules in the dependency block:

implementation(platform("dev.forkhandles:forkhandles-bom:X.Y.Z"))
implementation("dev.forkhandles:$libraryName")

About

Foundational libraries for Kotlin

https://forkhandles.dev

License:Apache License 2.0


Languages

Language:Kotlin 99.4%Language:Shell 0.6%