hammerlab / cli-utils   1.0.4

Apache License 2.0 GitHub

Helpers for creating command-line applications

Scala versions: 2.12 2.11 2.10

cli-utils

Build Status codecov

Interfaces for creating CLI-runnable and testable commands/apps, with Spark- and non-Spark-focused modules.

base

Maven Central

Wrappers and extensions to case-app:

libraryDependencies += "org.hammerlab.cli" %% "base" % "1.0.1"
import hammerlab.cli._

See examples in tests.

spark

Maven Central

libraryDependencies += "org.hammerlab.cli" %% "spark" % "1.0.1"
import hammerlab.cli.spark._

See examples in tests.