Skip to content

Boilertalk/Clibgit2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages