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

https://github.com/rala72/shell

This library makes shell I/O easy.
https://github.com/rala72/shell

java-library shell

Last synced: about 2 months ago
JSON representation

This library makes shell I/O easy.

Awesome Lists containing this project

README

          

# Shell

[![Maven Central](https://img.shields.io/maven-central/v/io.rala/shell?color=brightgreen)](https://central.sonatype.com/artifact/io.rala/shell)
[![JavaDoc](https://javadoc.io/badge2/io.rala/shell/javadoc.svg)](https://javadoc.io/doc/io.rala/shell)
[![Build Status](https://dl.circleci.com/status-badge/img/gh/rala72/shell/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/rala72/shell/tree/master)
[![Coverage Status](https://coveralls.io/repos/github/rala72/shell/badge.svg?branch=master)](https://coveralls.io/github/rala72/shell?branch=master)

This library makes shell-like applications easy.
The development of this library is inspired by
[Orvell](https://git.dsg.tuwien.ac.at/trausch/orvell)
(developed by Thomas Rausch) which is licensed with MIT.

More details (like a changelog) are available at the [project homepage](http://www.rala.io/library/shell).