Skip to content

Commit

Permalink
adds the badges
Browse files Browse the repository at this point in the history
  • Loading branch information
egeozcan committed Oct 5, 2017
1 parent 272c679 commit 57af3d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,5 +1,8 @@
# ppipe

![An image that shows if build is passing](https://travis-ci.org/egeozcan/ppipe.svg?branch=master "Build Status")
[![Coverage Status](https://coveralls.io/repos/github/egeozcan/ppipe/badge.svg?branch=master)](https://coveralls.io/github/egeozcan/ppipe?branch=master)

pipes values through functions, an alternative to using the [proposed pipe operator](https://github.com/mindeavor/es-pipeline-operator) ( |> ) for ES.

Supports functions returning promises too. In that case, the result of the
Expand Down

0 comments on commit 57af3d7

Please sign in to comment.