libgit2.cr

Crystal-lang binding to libgit2 with inteface similar to rugged.

Installation

Add this to your application's shard.yml:

dependencies:
  git:
    github: smacker/libgit2.cr

Usage

require "git"

TODO Write usage instructions here

STATUS

Development

TODO Write development instructions here

Contributing

  1. Fork it (https://github.com/smacker/libgit2/fork)
  2. Pull the repositories needed for the tests git submodule init && git submodule update
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Test the code crystal spec
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request

Contributors