wadjet-cli

4.0.0 • Public • Published

wercker status npm version npm download

👁️‍🗨️ Wadjet for CLI

🔮🎂 The your birth date is based on statistical psychology and will expose your personality. This package as a command line interface tool does its calculations and output.

Install

using yarn

$ yarn global add wadjet-cli

using npm

$ npm install -g wadjet-cli

Usage

$ wadjet personal 2007-08-31
 
{
    "cycle": 4,
    "inner": "E919",
    "lifeBase": "Investment",
    "outer": "A888",
    "potential": "Io-Ei",
    "workstyle": "E001"
}
$ wadjet detail E919
 
{
    "communication": "Fix",
    "management": "Hope",
    "response": "Action",
    "position": "Quick",
    "motivation": "Competition",
    "brain": "Left",
    "romance": {
        "A000": 2,
        "A024": 0,
        "A100": 0,
        "A888": 1,
        "E001": 1,
        "E125": 2,
        "E555": 0,
        "E919": 3,
        "H012": 3,
        "H025": 1,
        "H108": 2,
        "H789": 1
    },
    "business": {
        "A000": 2,
        "A024": 0,
        "A100": 0,
        "A888": 3,
        "E001": 2,
        "E125": 2,
        "E555": 2,
        "E919": 0,
        "H012": 1,
        "H025": 0,
        "H108": 3,
        "H789": 3
    },
    "bizTeam": {
        "Direct": "H789",
        "Brain": "H108",
        "Adjust": "E125"
    }
}
$ wadjet --version
$ wadjet --help

Support platform

  • Pure JS (Any OS ready: Windows, Mac, Linux and more)
  • It working by nodejs v4.8.3 or later.

Options

wadjet [options] [command]

  • Options:
    • -V, --version: Output the version number.
    • -H, --help: Output usage information.
  • Commands:
    • personal <birthday>, ps <birthday>: Show personality associated with specified birthday.
    • detail [type], dt [type]: Show detail of personality. If argument is not specified, show list of personality types.

Develop

  • babel: Transpile sources.
  • start: Babel when save sources. (Hot-transpile)
  • wadjet: Run wadjet command.
  • prepublish: Alias of babel. (for yarn prepublish)

See also

Package Sidebar

Install

npm i wadjet-cli

Weekly Downloads

0

Version

4.0.0

License

MIT

Unpacked Size

14.5 kB

Total Files

8

Last publish

Collaborators

  • danmaq