
Ports path-related functions from Nim's paths module, enabling similar functionality. Includes local publishing support and documentation generation capabilities.
This is the repository containing knimpath, a small port of some functions found in Nim's paths module ported to Kotlin Multiplatform (KMP). Since Nim is licensed under the MIT license this ported version is also licensed under the MIT license.
./gradlew publishToMavenLocal
./gradlew :dokkaGenerate && open build/dokka/html/index.html
Use task dokkaHtmlJar to generate a jar for maven distribution.
This is the repository containing knimpath, a small port of some functions found in Nim's paths module ported to Kotlin Multiplatform (KMP). Since Nim is licensed under the MIT license this ported version is also licensed under the MIT license.
./gradlew publishToMavenLocal
./gradlew :dokkaGenerate && open build/dokka/html/index.html
Use task dokkaHtmlJar to generate a jar for maven distribution.