Skip to content

Commit

Permalink
Merge pull request #56 from felixfbecker/patch-1
Browse files Browse the repository at this point in the history
Add badges to top of the file
  • Loading branch information
Jaykul committed Dec 11, 2018
2 parents 28d90c3 + 91cb1e1 commit fc87f64
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
@@ -1,7 +1,20 @@
# PSGit

[![powershellgallery](https://img.shields.io/powershellgallery/v/PSGit.svg)](https://www.powershellgallery.com/packages/PSGit)
[![downloads](https://img.shields.io/powershellgallery/dt/PSGit.svg?label=downloads)](https://www.powershellgallery.com/packages/PSGit)
[![build](https://ci.appveyor.com/api/projects/status/42a7ng63t0q7ba7e/branch/master?svg=true)](https://ci.appveyor.com/project/PoshCode/PSGit)
[![codecov](https://codecov.io/gh/PoshCode/PSGit/branch/master/graph/badge.svg)](https://codecov.io/gh/PoshCode/PSGit)

A task-based, object-oriented, pipeline-focused implementation of git, providing a new command-line interface in PowerShell functions.

## Installation

Install it from PowerShell Gallery:

```powershell
Install-Module PSGit
```

## Status

The current `master` branch has reached the point where it's sufficient to replace my use of `posh-git` (for building prompts), but doesn't yet have anything like a `write-vcsstatus` for default prompt output.
Expand All @@ -14,7 +27,7 @@ We're also using this project as a way to test out a process of co-working and d

Therefore, we want you to [get involved](CONTRIBUTING.md)!

## Current project build status
## Detailed current project build status

Build | Status | Coverage
---------- | ------ | --------
Expand Down

0 comments on commit fc87f64

Please sign in to comment.