Boilertalk / Clibgit2

libgit2 wrapper for SPM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚗️ 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.

About

libgit2 wrapper for SPM

License:MIT License


Languages

Language:Swift 100.0%