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
- Host: GitHub
- URL: https://github.com/philips/goven-bump
- Owner: philips
- License: apache-2.0
- Created: 2014-02-03T00:43:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T20:07:03.000Z (over 12 years ago)
- Last Synced: 2025-03-27T17:27:35.775Z (over 1 year ago)
- Language: Shell
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```