Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 08eb99a

Browse files
committed
docs: add npm and CI badges
Made-with: Cursor
1 parent e6b2819 commit 08eb99a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# effector-compose
22

33
[![npm version](https://img.shields.io/badge/npm-effector--compose-E03E3E.svg)](https://www.npmjs.com/package/effector-compose)
4+
[![CI](https://github.com/effectorHQ/effector-compose/actions/workflows/test.yml/badge.svg)](https://github.com/effectorHQ/effector-compose/actions/workflows/test.yml)
45
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
56
[![Status: Alpha](https://img.shields.io/badge/status-alpha-orange.svg)](#)
67

@@ -18,6 +19,20 @@ Today, you write this by hand — a LangGraph state machine, a Lobster pipeline,
1819

1920
`effector-compose` solves this by type-checking the entire pipeline before execution.
2021

22+
## Install
23+
24+
```bash
25+
npm install effector-compose
26+
```
27+
28+
You can also use the CLI directly without installing globally:
29+
30+
```bash
31+
npx effector-compose pipeline.toml
32+
```
33+
34+
See the published package on npm: **https://www.npmjs.com/package/effector-compose**
35+
2136
## How It Works
2237

2338
### Define a pipeline

0 commit comments

Comments
 (0)