Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/effect-deprecated/process

A simple library for interacting with external processes and command-line programs via Effect-TS (port of zio-process)
https://github.com/effect-deprecated/process

Last synced: about 2 months ago
JSON representation

A simple library for interacting with external processes and command-line programs via Effect-TS (port of zio-process)

Awesome Lists containing this project

README

        

## Welcome to Effect-TS - Process [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/Effect-TS/process)

Please follow up to: [https://github.com/Effect-TS/process/tree/master/packages/process](https://github.com/Effect-TS/process/tree/master/packages/process)

## Install

We recommend the usage of `yarn` and if you have `yarn workspaces` that handles by default hoisting of dependencies:

```sh
yarn add @effect-ts/core @effect-ts/node @effect-ts/process
```