Skip to content

ologolo/streamline-cli

Repository files navigation

Build Status Type License: LGPL v2.1

Streamline CLI

Provides a module for building a basic cli. This module is not a command line interface in it self.

Using

Download the latest release from maven central.

Extend the AbstractUI class to create a cli.

Building

Build with gradlew build (Windows) or ./gradlew build (Mac/Linux)

Testing

Tests are run with gradlew test (Windows) or ./gradlew test (Mac/Linux)

Requirements & Compatibility

  • Requires Java 8
  • Compatible with SPI

Javadoc

Javadoc for the latest Streamline CLI is available here.

More information

See the common wiki for more information.