An open API service indexing awesome lists of open source software.

https://github.com/philips/goven-bump

Wrapper around github.com/kr/goven to grab the mercurial or git commit
https://github.com/philips/goven-bump

Last synced: 8 months ago
JSON representation

Wrapper around github.com/kr/goven to grab the mercurial or git commit

Awesome Lists containing this project

README

          

# goven-bump

Wrapper around github.com/kr/goven to grab the mercurial or git commit.

## Install

Make sure goven is in your PATH. You will need to use my fork until the prefix
patch gets merged.

```
go install github.com/philips/goven
```

Install goven-bump into your PATH:

```
curl https://raw2.github.com/philips/goven-bump/master/goven-bump > ~/bin/goven-bump
```

## Usage

```
$ go get github.com/stretchr/testify/assert
$ goven-bump github.com/stretchr/testify/assert
9cc77fa25329013ce07362c7742952ff887361f2
```