libgit2 0.0.1 copy "libgit2: ^0.0.1" to clipboard
libgit2: ^0.0.1 copied to clipboard

A Dart FFI binding for libgit2

A Dart FFI binding for libgit2

Features #

  • get libgit2 version
  • create local repo
  • clone local repo
  • clone remote repo
  • browse history
  • show commits from history
  • get/set user name, email
  • stage/unstage files
  • commit
  • stashing

Getting started #

Usage #

TODO:

Additional information #

For developing on the package #

To rerun the ffi gen: dart run ffigen

on Ubuntu/Debian:

sudo apt-get install libclang-dev.
sudo apt install libgit2-dev
dpkg -L libgit2-dev
0
likes
90
pub points
0%
popularity

Publisher

verified publishermanichord.com

A Dart FFI binding for libgit2

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ffi, path

More

Packages that depend on libgit2