https://github.com/kscripting/kscript-support-api
A support API written in Kotlin to simplify scripting with kscript
https://github.com/kscripting/kscript-support-api
java kotlin kscript reproducible-research
Last synced: 9 months ago
JSON representation
A support API written in Kotlin to simplify scripting with kscript
- Host: GitHub
- URL: https://github.com/kscripting/kscript-support-api
- Owner: kscripting
- License: mit
- Created: 2017-05-02T13:04:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T21:28:46.000Z (over 4 years ago)
- Last Synced: 2025-04-11T23:44:13.605Z (9 months ago)
- Topics: java, kotlin, kscript, reproducible-research
- Language: Kotlin
- Size: 15.5 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Support API for `kscript`
=========================
[  ](https://mvnrepository.com/artifact/com.github.holgerbrandl/kscript-support-api) [](https://github.com/holgerbrandl/kscript-support-api/actions?query=workflow%3Abuild)
A support API written in Kotlin to simplify scripting with [`kscript`](https://github.com/holgerbrandl/kscript)
**For documentation see [kscript manual](https://github.com/holgerbrandl/kscript#support-api)**
Support
-------
Feel welcome to report issues or suggestions [here](https://github.com/holgerbrandl/kscript/issues)
Installation
------------
Even if the artifact is intended to be used alongside with `kscript` you can also use it without to add enhanced DocOpt support, various CLI and data streaming utilities to your project.
To get started simply add it as a dependency via Jcenter:
```
compile "com.github.holgerbrandl:kscript-support-api:1.2.5"
```
License
-------
[MIT](LICENSE)