Getting Started
ZIO Process - a purely functional command and process library based on ZIO. Here's list of contents available:
- Basics — Creating a description of a command and transforming its output
- Piping — Creating a pipeline of commands
- Interactive Processes — Communicating with an interactive process
- Other — Miscellaneous operations such as settings the working direction, inheriting I/O, etc.
Installation
Include ZIO Process in your project by adding the following to your build.sbt
:
libraryDependencies += "dev.zio" %% "zio-process" % "0.7.2"