nthportal / app-shell   1.2.0

Apache License 2.0 GitHub

A framework for creating shells/CLIs for an application

Scala versions: 2.12

app-shell

A framework for creating shells/CLIs for an application

Build Status Coverage Status Maven Central Versioning

Add as a Dependency

SBT

"com.nthportal" %% "app-shell" % "1.2.0"

Maven

<dependency>
  <groupId>com.nthportal</groupId>
  <artifactId>app-shell_2.12</artifactId>
  <version>1.2.0</version>
</dependency>