Skip to content

yanosea/mindnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golangci-lint release

🧠 mindnum

Get or Check your mind number.

Language:Go License:MIT Latest Release

ℹ️ About

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

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

🔧 Installation

🐭 Using go

go install github.com/yanosea/mindnum@latest

🍺 Using homebrew

brew tap yanosea/tap
brew install yanosea/tap/mindnum

📦 Download from release

Go to the Releases and download the latest binary for your platform.

✨ Update

🐭 Using go

reinstall mindnum!

go install github.com/yanosea/mindnum@latest

🍺 Using homebrew

brew update
brew upgrade mindnum

📦 Download from release

Download the latest binary from the Releases page and replace the old binary in your $PATH.

📃 License

🔓MIT

🖊️ Author

🏹yanosea

🤝 Contributing

This is my first golang application and also first GitHub public repository,

so please feel free to point me in the right direction🙏