mindnum
is a command to get the mind number.
Mind number is the number obtained by breaking down all dates of birth
in the Western calendar and adding them to a single digit.
Usage of mindnum:
-v, --version
show version
-h, --help
help for mindnum
get -b, --birthday [yyyymmdd]
get your mind number
check -n --mindnum [int]
check the character of the mind number you input
go install github.com/yanosea/mindnum@latest
brew tap yanosea/tap
brew install yanosea/tap/mindnum
Go to the Releases and download the latest binary for your platform.
reinstall mindnum
!
go install github.com/yanosea/mindnum@latest
brew update
brew upgrade mindnum
Download the latest binary from the Releases page and replace the old binary in your $PATH
.
This is my first golang application and also first GitHub public repository,
so please feel free to point me in the right direction🙏