git2

Version, currently master branch1 version
  • master branchlatestMay 6, 2023

github.com/mdwagner/git2.cr

Crystal bindings to libgit2

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  git2:
    github: mdwagner/git2.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.0.0
License
MIT
Author
Michael Wagner

Dependencies

This version declares no dependencies.

README

git2

Crystal bindings to libgit2

Installation

  1. Install libgit2

  2. Add the dependency to your shard.yml:

    dependencies:
      git2:
        github: mdwagner/git2.cr
  3. Run shards install

Usage

require "git2"

TODO: Write usage instructions here

Contributors