/shellfish

Cats OS, Shellfish OS, you name it. This is the new way of scripting in pure Scala!

Primary LanguageScalaMIT LicenseMIT

shellfish - Shell Scripting for Cats-Effect Maven Central Code of Consuct

Quick Start

To use shellfish in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "shellfish" % "<version>"
)