Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purpleclay/gitz
Write fluent interactions to Git. Programmatically crafting git commands becomes a breeze!
https://github.com/purpleclay/gitz
fluent fluent-design git go golang testing
Last synced: 2 months ago
JSON representation
Write fluent interactions to Git. Programmatically crafting git commands becomes a breeze!
- Host: GitHub
- URL: https://github.com/purpleclay/gitz
- Owner: purpleclay
- License: mit
- Created: 2023-01-18T08:59:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T17:11:45.000Z (3 months ago)
- Last Synced: 2024-11-17T18:26:01.991Z (3 months ago)
- Topics: fluent, fluent-design, git, go, golang, testing
- Language: Go
- Homepage: https://docs.purpleclay.dev/gitz/
- Size: 3.63 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Gitz
Write fluent interactions to Git using the `gitz` library. Programmatically crafting git commands becomes a breeze! Verify your code using the inbuilt testing framework.
## Badges
[![Build status](https://img.shields.io/github/actions/workflow/status/purpleclay/gitz/ci.yml?style=flat-square&logo=go)](https://github.com/purpleclay/gitz/actions?workflow=ci)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/purpleclay/gitz?style=flat-square)](https://goreportcard.com/report/github.com/purpleclay/gitz)
[![Go Version](https://img.shields.io/github/go-mod/go-version/purpleclay/gitz.svg?style=flat-square)](go.mod)
[![DeepSource](https://deepsource.io/gh/purpleclay/gitz.svg/?label=active+issues&token=2-tKXUipTIAHTEf3c_owhaJZ)](https://deepsource.io/gh/purpleclay/gitz/?ref=repository-badge)## Documentation
Check out the latest [documentation](https://docs.purpleclay.dev/gitz/)