ZIO Process

ZIO Process

  • Overview
  • API
  • About

›Overview

Overview

  • Contents
  • Basics
  • Piping
  • Interactive Processes
  • Other

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>
Basics →
  • Installation
ZIO Process
GitHub
Star
Chat with us on Discord
discord
Additional resources
Scaladoc of zio-process
Copyright © 2022 ZIO Maintainers