Moar post-calibre prototypin'
Go to file
decentral1se 88d269bb45
docs: less enterprise, moar hacker
2023-05-22 00:07:20 +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 docs: less enterprise, moar hacker 2023-05-22 00:07:20 +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

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