https://github.com/wolfmcnally/wolfpipe
A simple implementation of the forward pipe operator |> for Swift.
https://github.com/wolfmcnally/wolfpipe
Last synced: 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T00:19:32.000Z (over 5 years ago)
- Last Synced: 2025-05-14T17:10:31.174Z (2 months ago)
- Language: Swift
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WolfPipe
[](https://travis-ci.org/wolfmcnally/WolfPipe)
[](https://cocoapods.org/pods/WolfPipe)
[](https://cocoapods.org/pods/WolfPipe)
[](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.