davenverse / shellfish

Shell Scripting for Cats-Effect
MIT License
4 stars 4 forks source link

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

Head on over to the microsite

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>"
)