Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 709 Bytes

File metadata and controls

20 lines (15 loc) · 709 Bytes
id overview_index
title Contents

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" % <version>