streamline-cli

Streamline CLI

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.daisy.streamline
ArtifactId

ArtifactId

streamline-cli
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

streamline-cli
Streamline CLI
Project URL

Project URL

https://github.com/brailleapps/streamline-cli
Source Code Management

Source Code Management

https://github.com/brailleapps/streamline-cli

Download streamline-cli

How to add to project

<!-- https://jarcasting.com/artifacts/org.daisy.streamline/streamline-cli/ -->
<dependency>
    <groupId>org.daisy.streamline</groupId>
    <artifactId>streamline-cli</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.daisy.streamline/streamline-cli/
implementation 'org.daisy.streamline:streamline-cli:1.0.0'
// https://jarcasting.com/artifacts/org.daisy.streamline/streamline-cli/
implementation ("org.daisy.streamline:streamline-cli:1.0.0")
'org.daisy.streamline:streamline-cli:jar:1.0.0'
<dependency org="org.daisy.streamline" name="streamline-cli" rev="1.0.0">
  <artifact name="streamline-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.daisy.streamline', module='streamline-cli', version='1.0.0')
)
libraryDependencies += "org.daisy.streamline" % "streamline-cli" % "1.0.0"
[org.daisy.streamline/streamline-cli "1.0.0"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.7
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

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.

org.daisy.streamline

Braille applications

Provides open source braille applications for a global community

Versions

Version
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0