Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wolfmcnally/wolfpipe
- Owner: wolfmcnally
- License: mit
- Created: 2018-09-06T06:04:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T00:19:32.000Z (about 5 years ago)
- Last Synced: 2024-11-30T17:40:56.315Z (about 2 months ago)
- Language: Swift
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.