Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/effect-deprecated/process
- Owner: Effect-Deprecated
- License: mit
- Created: 2021-08-26T13:26:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T03:41:56.000Z (about 1 year ago)
- Last Synced: 2024-10-14T03:07:06.401Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.47 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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
```