keplin
kscript
keplin | kscript | |
---|---|---|
- | 7 | |
25 | 2,069 | |
- | 0.5% | |
0.0 | 0.9 | |
over 6 years ago | 3 months ago | |
Kotlin | Kotlin | |
MIT License | MIT License |
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.
keplin
We haven't tracked posts mentioning keplin yet.
Tracking mentions began in Dec 2020.
kscript
-
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?
detekt - Static code analysis for Kotlin
clikt - Multiplatform command line interface parsing for Kotlin
ktlint - An anti-bikeshedding Kotlin linter with built-in formatter
KotlinW - A small wrapper for the Kotlin compiler that can be used to execute .kts scripts
dokka - API documentation engine for Kotlin
KtsRunner - Library for executing .kts files from regular Kotlin code
CrunchyCalendar — awesome calendar widget for android apps - A beautiful material calendar with endless scroll, range selection and a lot more!
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.
MpApt - (Deprecated) :wrench: Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins
kotlin-cli - Kotlin-CLI - command line interface options parser for Kotlin