Moar post-calibre prototypin'
Go to file
decentral1se fb462f8233
init
2023-04-24 02:00:53 +02:00
assets init 2023-04-24 02:00:53 +02:00
public init 2023-04-24 02:00:53 +02:00
.gitignore init 2023-04-24 02:00:53 +02:00
.goreleaser.yaml init 2023-04-24 02:00:53 +02:00
README.md init 2023-04-24 02:00:53 +02:00
go.mod init 2023-04-24 02:00:53 +02:00
go.sum init 2023-04-24 02:00:53 +02:00
makefile init 2023-04-24 02:00:53 +02:00
mist-connections.go init 2023-04-24 02:00:53 +02:00

README.md

mist-connections

"Missed Connections"

Moar post-calibre prototypin' 🎉

demo

msc.mp4

install

Download the binary which matches your OS 👉 linux | osx | windoze | "other"

Then 👉 chmod +x mist-connections && ./mist-connections

(PS. No Idea what you do on Windoze 🤷)

hack

go install github.com/go-bindata/go-bindata/...

make

Or, if you want to access the binary directly without make:

go build .

Then you have a freshly built ./mist-connections ready.

release

go install github.com/goreleaser/goreleaser@latest

make release

ack