@kurone-kito/dantalion-cli

0.19.2 • Public • Published

🦁 Dantalion: CLI version

npm version lerna

“Dantalion” is the seventy-first demon in the demonological grimoire, the Lesser Key of Solomon. He teaches all kinds of academic knowledge, but he can also read and manipulate others’ hearts.

If you can predict the other person’s character, you can increase the possibility of controlling the other person’s will. This package provides a function that infers the personality details from the specified birthday. By using this package, you can quickly implement birthday divination in your Node.js apps. Its calculation is using the method of Four Pillars of Destiny (Ba-Zi).

Note

  • This package can specify a birthday within the range from February 1, 1873, to December 31, 2050.
  • This package does not consider time zones. If you are not satisfied with the inferred personality, moving the date back and forth may solve.

Usage

  • Require: Node.js >= v12.1
  • OS independent (It's a terminal app)

Install

npm install -g @kurone-kito/dantalion-cli

Get the personality

If you want the human-readable result (Markdown)

NOTE: It omits some minor information.

dantalion personality 1993-10-09
Result
# Dantalion: The personality of the person whose birthday is Sat Oct 09 1993 and how to handle them.

## Major categories of personality

There are three main types of humans personality: “Focused on authority”, “Focused on economically”, and “Focused on humanely”.

### Focused on economically

    * This personality type is the pursues efficiency, with the underlying ego being for the sake of one's own wealth.
    * They tend to be specs-oriented and tend to disrespect brands. However, some rare people consider brands to be a kind of specs and place importance on them.
    * They cannot listen to long conversations very well. So they try to understand only the main points and tend to think or say, “in a nutshell...”.

:
:

If you want the JSON formatted result

dantalion personality --raw 1993-10-09
Result
{
  "cycle": 10,
  "inner": "555",
  "lifeBase": "application",
  "outer": "789",
  "potential": ["Io", "Ii"],
  "workStyle": "125"
}

Get detailed information on personality

If you want the human-readable result (Markdown)

NOTE: It omits some minor information.

dantalion details 555
Result
# Dantalion: Details of people whose personality type is classified as 555, and how to handle them.

## Major categories of personality

There are three main types of humans personality: “Focused on authority”, “Focused on economically”, and “Focused on humanely”.

### Focused on economically

    * This personality type is the pursues efficiency, with the underlying ego being for the sake of one's own wealth.
    * They tend to be specs-oriented and tend to disrespect brands. However, some rare people consider brands to be a kind of specs and place importance on them.
    * They cannot listen to long conversations very well. So they try to understand only the main points and tend to think or say, “in a nutshell...”.

    :
    :

If you want the JSON formatted result

dantalion details --raw 555
Result
{
  "affinity": {
    "biz": {
      "100": 0,
      "108": 3,
      "125": 2,
      "555": 3,
      "789": 1,
      "888": 2,
      "919": 1,
      "000": 0,
      "001": 2,
      "012": 2,
      "024": 0,
      "025": 0
    },
    "love": {
      "100": 0,
      "108": 0,
      "125": 3,
      "555": 2,
      "789": 2,
      "888": 2,
      "919": 0,
      "000": 2,
      "001": 2,
      "012": 3,
      "024": 0,
      "025": 2
    }
  },
  "brain": "left",
  "communication": "fix",
  "management": "hope",
  "motivation": "skillUp",
  "position": "quick",
  "response": "action",
  "vector": "economically"
}

Get the types list of personality

dantalion details
Result
# Dantalion: List of available personality type codes

    * 000
    * 001
    * 012
    * 024
    * 025
    * 100
    * 108
    * 125
    * 555
    * 789
    * 888
    * 919

See also

License

MIT

Package Sidebar

Install

npm i @kurone-kito/dantalion-cli

Weekly Downloads

2

Version

0.19.2

License

MIT

Unpacked Size

16.5 kB

Total Files

16

Last publish

Collaborators

  • kurone-kito