Skip to content

๐Ÿง  mindnum is a CLI tool to get the mind number.

License

Notifications You must be signed in to change notification settings

yanosea/mindnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

golangci-lint release

๐Ÿง  mindnum

Language:Go License:MIT Latest Release
Coverage Report

โ„น๏ธ About

mindnum is a CLI tool 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. To calculate the mind number, you take the full date of birth (year, month, and day) and break it down into individual digits. Then, you sum these digits together. If the resulting sum is a multi-digit number, you continue to add the digits together until you get a single-digit number.

For example, if the date of birth is July 19, 1990 (1990-07-19):

  1. Break down the date into individual digits: 1, 9, 9, 0, 0, 7, 1, 9
  2. Sum these digits: 1 + 9 + 9 + 0 + 0 + 7 + 1 + 9 = 36
  3. Since 36 is a multi-digit number, break it down again: 3 + 6 = 9
  4. The mind number is 9.

This single-digit number is believed to have a specific meaning or personality description associated with it.

๐Ÿ’ป Usage

Usage:
  mindnum [command]

Available Commands:
  get         ๐Ÿง  Get a mind number from an argument or the birthday flag and show the personality description
  help        ๐Ÿค Help about any command
  completion  ๐Ÿ”ง Generate the autocompletion script for the specified shell
  version     ๐Ÿ”– Show the version of mindnum

Flags:
  -h, --help     ๐Ÿค help for mindnum
  -v, --version  ๐Ÿ”– version for mindnum

๐Ÿ”ง Installation

๐Ÿญ Using go

go install github.com/yanosea/mindnum/app/presentation/cli/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/app/presentation/cli/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๐Ÿ™