Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 861 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 861 Bytes

⚗️ Clibgit2

Clibgit2 wraps libgit2 into SPM to be used in Swift code.

Example

Check the usage below or look through the repositories tests.

Installation

Swift Package Manager

Clibgit2 is compatible with Swift Package Manager v4 (Swift 4 and above). Simply add it to the dependencies in your Package.swift.

dependencies: [
    .package(url: "https://github.com/Boilertalk/Clibgit2.git", from: "0.1.0")
]

After which you can import it in your .swift files.

import Clibgit2

Usage

TODO: Add usage examples

Author

The awesome guys at Boilertalk ⚗️

License

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