Skip to content

Utility tool to create logo for various applications including for Apple Store deployment, Google Store deployment and many more!

Notifications You must be signed in to change notification settings

tomek7667/Logo-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Maker

Example usage

logo-maker -name "Example App" -path "./result"

Installation

go install github.com/tomek7667/Logo-Maker/v3@latest

Development

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

Debugging

go run main -name "Essa Bessa" -debug -path "./test"

About

Utility tool to create logo for various applications including for Apple Store deployment, Google Store deployment and many more!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages