mdwagner / git2.cr

Crystal bindings to libgit2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Crystal bindings to libgit2

License:MIT License


Languages

Language:Crystal 100.0%