dokka
API documentation engine for Kotlin (by Kotlin)
kscript
Scripting enhancements for Kotlin (by kscripting)
dokka | kscript | |
---|---|---|
2 | 7 | |
3,562 | 2,106 | |
1.0% | 0.4% | |
9.2 | 0.9 | |
8 days ago | 11 months ago | |
Kotlin | Kotlin | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dokka
Posts with mentions or reviews of dokka.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-13.
-
Visualize all Kotlin Interface's in a Repo
You could also use https://github.com/Kotlin/dokka/ to similar effect.
-
We’ve redesigned multi-module documentation in the new Dokka!
There's also this issue that we want to fix soon: https://github.com/Kotlin/dokka/issues/1795 long story short is that if we migrate from JSONs to plain .js files, we should be able to view the documentation without the webserver
kscript
Posts with mentions or reviews of kscript.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-06.
-
Using Koltin script instead of bash
You probably want to have a look at kscript. It's fixes the primary issue of kotlin script (uncompetitive startup time) by adding a cache of compiled scripts: https://github.com/kscripting/kscript
-
If I can write code outside of the main function and it'll work just fine, why would I even need the main function?
There is a community project called kscript, which can execute bare bones kotlin script files. The shebang line for that would be #!/usr/bin/env kscript. While that is one thing which can be done with Kotlin script, it is not its main purpose, its main purpose is to have a script definition in some other Kotlin program which can then execute any Kotlin script following that definition at runtime. See the official tutorial for how a Kotlin program would run such a script.
-
I've created a small library for interactive CLI UI called 'kotlin-inquirer'
I think you can run `kscript` on windows but i didn't really tried.check out kscript
-
I downloaded SDKMAN, but when I used "sdk install kotlin" to install it, it displayed "zsh: permission denied: sdk" (I used the Mac's Terminal
How exactly did you install sdk man? Wonder if it's configured correctly with the path. kscript had the sdkman install instructions for kotlin which was a dependency in my project
-
Scripting in Python vs Kotlin
Cheers to kscript!
-
Is Kotlin Native ready for CLI tools development ?
I am surprised not to see any mention of kscript https://github.com/holgerbrandl/kscript
-
Customizing your GitHub profile - Scripting
and the community-led kscript effort.
What are some alternatives?
When comparing dokka and kscript you can also consider the following projects:
Credit Card Scanner - Android Credit Card Scanner using CameraX and ML Kit
jtransc - Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
detekt - Static code analysis for Kotlin
clikt - Multiplatform command line interface parsing for Kotlin
keplin - Secure Kotlin scripting and binary lambda-scripts