Skip to content

Commit

Permalink
ci(messagepipeline): publish jsr
Browse files Browse the repository at this point in the history
doc(messagepipeline): readme
  • Loading branch information
aricart committed Aug 1, 2024
1 parent fd476a4 commit 750f275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/messagepipeline_esm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
- name: Test
working-directory: messagepipeline
run: deno test -A
- name: Publish
working-directory: messagepipeline
run: deno publish

4 changes: 1 addition & 3 deletions messagepipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ The open-source package registry [JSR](https://jsr.io), hosts packages. See
[messagepipeline](https://jsr.io/@synadiaorbit/messagepipeline).

```sh
deno add @synadiaorbit/messagepipeline
deno add @synadia-io/messagepipeline
```

### Pipeline Functions

There are two variants for a pipeline. One is for `Sync` pipelines and the other
is for `Async`.

The base functionality for a pipeline is a function `PipelineFn` that takes a
`Msg` and returns a `Msg` or a `Promise<Msg>` in return:
Expand Down

0 comments on commit 750f275

Please sign in to comment.