logo-maker -name "Example App" -path "./result"
Installation
go install github.com/tomek7667/Logo-Maker/v3@latest
in order to build for all systems uncomment in .goreleaser.yaml
the Darwin position.
To check the yaml
config run:
goreleaser check
To local-only release:
goreleaser release --snapshot --clean
To release to GitHub:
git tag -a v0.1.0 -m "First release"
git push origin v0.1.0
# on windows:
$env:GITHUB_TOKEN = 'ghp_xxxxx'; goreleaser r --clean
go run main -name "Essa Bessa" -debug -path "./test"