https://github.com/xcessentials/xcepipeline
Custom pipeline operators for easy chaining in Swift.
https://github.com/xcessentials/xcepipeline
operators pipeline swift xcode
Last synced: 3 months ago
JSON representation
Custom pipeline operators for easy chaining in Swift.
- Host: GitHub
- URL: https://github.com/xcessentials/xcepipeline
- Owner: XCEssentials
- License: mit
- Created: 2018-08-11T00:23:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T03:29:31.000Z (over 2 years ago)
- Last Synced: 2025-04-20T20:19:03.903Z (11 months ago)
- Topics: operators, pipeline, swift, xcode
- Language: Swift
- Homepage: https://xcessentials.github.io/Pipeline/
- Size: 258 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](LICENSE)
[](https://github.com/XCEssentials/Pipeline/tags)
[](Package.swift)
[](https://swift.org)
[](Package.swift)
[](https://travis-ci.com/XCEssentials/Pipeline)
# Pipeline
Custom pipeline operators for easy chaining in Swift
```swift
22 ./ Utils.funcThatConvertsIntIntoString ./ { print($0) }
```
See more examples of usage in unit tests.
## How to install
Install using [SwiftPM](https://swift.org/package-manager/).