1.4.2 • Published 3 years ago

@c4tastic/daily-brag v1.4.2

Weekly downloads
119
License
MIT
Repository
github
Last release
3 years ago

daily-brag

A simple reminder to document your daily accomplishments

oclif Version Downloads/week License lint release Commitizen friendly

Usage

$ npm install -g @c4tastic/daily-brag
$ daily-brag COMMAND
running command...
$ daily-brag (-v|--version|version)
@c4tastic/daily-brag/1.4.2 linux-x64 node-v14.15.4
$ daily-brag --help [COMMAND]
USAGE
  $ daily-brag COMMAND
...

Commands

daily-brag autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ daily-brag autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ daily-brag autocomplete
  $ daily-brag autocomplete bash
  $ daily-brag autocomplete zsh
  $ daily-brag autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

daily-brag help [COMMAND]

display help for daily-brag

USAGE
  $ daily-brag help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

daily-brag init

Initialize your daily-brag settings

USAGE
  $ daily-brag init

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ daily-brag init

See code: src/commands/init.ts

daily-brag new

Create a daily-brag document

USAGE
  $ daily-brag new

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ daily-brag new

See code: src/commands/new.ts

daily-brag upload

Upload a daily-brag document

USAGE
  $ daily-brag upload

OPTIONS
  -h, --help  show CLI help

See code: src/commands/upload.ts