Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justjavac/deno_git
libgit2 bindings for Deno
https://github.com/justjavac/deno_git
deno deno-git deno-mod deno-module deno-modules git libgit2
Last synced: 17 days ago
JSON representation
libgit2 bindings for Deno
- Host: GitHub
- URL: https://github.com/justjavac/deno_git
- Owner: justjavac
- License: mit
- Created: 2020-08-06T05:00:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T03:33:50.000Z (over 1 year ago)
- Last Synced: 2024-10-10T09:33:42.901Z (28 days ago)
- Topics: deno, deno-git, deno-mod, deno-module, deno-modules, git, libgit2
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# deno_git
[![tag](https://img.shields.io/github/release/justjavac/deno_git)](https://github.com/justjavac/deno_git/releases)
[![Build Status](https://github.com/justjavac/deno_git/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_git/actions)
[![license](https://img.shields.io/github/license/justjavac/deno_git)](https://github.com/justjavac/deno_git/blob/master/LICENSE)libgit2 bindings for Deno.
**⚠️ Work in progress**
See: https://github.com/justjavac/deno_git/tree/main/examples
### License
[deno_git](https://github.com/justjavac/deno_git) is released under the MIT
License. See the bundled [LICENSE](./LICENSE) file for details.