Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolfmcnally/wolfpipe

A simple implementation of the forward pipe operator |> for Swift.
https://github.com/wolfmcnally/wolfpipe

Last synced: 26 days ago
JSON representation

A simple implementation of the forward pipe operator |> for Swift.

Awesome Lists containing this project

README

        

# WolfPipe

[![CI Status](https://img.shields.io/travis/wolfmcnally/WolfPipe.svg?style=flat)](https://travis-ci.org/wolfmcnally/WolfPipe)
[![Version](https://img.shields.io/cocoapods/v/WolfPipe.svg?style=flat)](https://cocoapods.org/pods/WolfPipe)
[![License](https://img.shields.io/cocoapods/l/WolfPipe.svg?style=flat)](https://cocoapods.org/pods/WolfPipe)
[![Platform](https://img.shields.io/cocoapods/p/WolfPipe.svg?style=flat)](https://cocoapods.org/pods/WolfPipe)

A simple implementation of the forward and backward pipe operators.

Also supports Swift Package Manager.

## Installation

WolfPipe is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'WolfPipe'
```

## Author

Wolf McNally, [email protected]

## License

WolfPipe is available under the MIT license. See the LICENSE file for more info.