8000 GitHub - aipame/dart_libgit2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aipame/dart_libgit2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%
0