Skip to content

Commit

Permalink
shoulders
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Jan 20, 2019
1 parent f26bd96 commit 466a7f2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BINARY := captainhook
# V := 1 # When V is set, print commands and build progress.

.PHONY: all
all: setup test build
all: setup test build shoulders

.PHONY: build
build: setup
Expand Down Expand Up @@ -41,6 +41,9 @@ tag:
release: setup clean-dist build tag
$Q goreleaser

shoulders:
$Q shoulders -w


##### ^^^^^^ EDIT ABOVE ^^^^^^ #####

Expand Down Expand Up @@ -94,6 +97,7 @@ setup: clean
fi
go get -u rsc.io/goversion
go get -u golang.org/x/tools/cmd/goimports
go get -u github.com/gobuffalo/shoulders

VERSION := $(shell git describe --tags --always --dirty="-dev")
DATE := $(shell date -u '+%Y-%m-%d-%H:%M UTC')
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This tool was built as part of a CI orchestration process, to be called when
Docker trusted builds finish. It explicitly ignores the posted data from the webhook
because that would be `insecure`, which is `bad`.

## Shoulders of Giants

Captainhook would not be possible if not for all of the great projects it depends on. Please see [SHOULDERS.md](SHOULDERS.md) to see a list of them.

## Quick Start

Expand Down
10 changes: 10 additions & 0 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# `github.com/bketelsen/captainhook` Stands on the Shoulders of Giants

`github.com/bketelsen/captainhook` does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants this project would not be possible. Please make sure to check them out and thank them for all of their hard work.

Thank you to the following **GIANTS**:


* [github.com/bketelsen/captainhook](https://godoc.org/github.com/bketelsen/captainhook)

* [github.com/gorilla/mux](https://godoc.org/github.com/gorilla/mux)

0 comments on commit 466a7f2

Please sign in to comment.