climood
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

climood

Mood tracking cli app

oclif Version Downloads/week License

Usage

$ npm install -g climood
$ climood COMMAND
running command...
$ climood (-v|--version|version)
climood/0.0.3 darwin-x64 node-v16.9.1
$ climood --help [COMMAND]
USAGE
  $ climood COMMAND
...

Commands

climood add

Save mood of the day

USAGE
  $ climood add

OPTIONS
  --condition=Procrastinated|Motivated|Tired
  --[no-]describe
  --job=Main job|Side project|Other
  --mood=2|1|0|-1|-2
  --text=text

See code: src/commands/add.ts

climood help [COMMAND]

display help for climood

USAGE
  $ climood help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

climood reset

Reset database

USAGE
  $ climood reset

See code: src/commands/reset.ts

climood stats

Shows your moods stat

USAGE
  $ climood stats

OPTIONS
  -d, --detail          Render text of mood in list

  -p, --period=w|m|y|a  [default: w] You can filter records by passing date period; w - current week, m - current month,
                        y - current year, a - for all time

  --plot                Render stats with plot chart

See code: src/commands/stats.ts

Readme

Keywords

Package Sidebar

Install

npm i climood

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

19.9 kB

Total Files

23

Last publish

Collaborators

  • nurislamov