/git2.cr

Crystal bindings to libgit2

Primary LanguageCrystalMIT LicenseMIT

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