Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sd10/gitdiffswift
A Git diff parser written in Swift
https://github.com/sd10/gitdiffswift
Last synced: 3 months ago
JSON representation
A Git diff parser written in Swift
- Host: GitHub
- URL: https://github.com/sd10/gitdiffswift
- Owner: SD10
- License: mit
- Created: 2018-04-01T07:35:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T07:44:09.000Z (almost 7 years ago)
- Last Synced: 2024-09-18T00:14:50.781Z (4 months ago)
- Language: Swift
- Size: 20.5 KB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GitDiffSwift
GitDiffSwift is a git diff parser written in Swift.
## Features
- [ ] Diff parsing
- [ ] Apply a diff to a file
- [ ] Outputs diff as JSON
- [ ] Outputs original diff from Swift model## Installation
### [CocoaPods](https://cocoapods.org/)
````Ruby
pod 'GitDiffSwift'
````### Carthage
Make the following entry in your Cartfile:
````
github "SD10/GitDiffSwift"
````### Swift Package Manager
To integrate using Apple's Swift package manager, add the following as a dependency to your `Package.swift`:
````swift
.package(url: "https://github.com/SD10/GitDiffSwift.git", .upToNextMajor(from: "0.0.1"))
````## Contributing
Pull requests welcomed. This repo is being developed at the speed of snail.## License
GitDiffSwift is released under the [MIT License](https://github.com/sd10/GitDiffSwift/blob/master/LICENSE.md)