An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Support API for `kscript`
=========================

[ ![Download](https://img.shields.io/badge/Maven%20Central-1.2.5-orange) ](https://mvnrepository.com/artifact/com.github.holgerbrandl/kscript-support-api) [![Build Status](https://github.com/holgerbrandl/krangl/workflows/build/badge.svg)](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)