https://github.com/imax153/effect-ts-amqp
https://github.com/imax153/effect-ts-amqp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imax153/effect-ts-amqp
- Owner: IMax153
- License: mit
- Created: 2021-10-06T14:40:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T20:04:56.000Z (over 2 years ago)
- Last Synced: 2025-03-01T18:39:57.990Z (8 months ago)
- Language: TypeScript
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
## Welcome to Effect-TS - AMQP
Please follow up to: [https://github.com/Effect-TS/amqp/tree/master/packages/amqp](https://github.com/Effect-TS/amqp/tree/master/packages/amqp)
## 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/amqp
```