@c4tastic/daily-brag
v1.4.2
Published
A simple reminder to document your daily accomplishments
Downloads
5
Readme
daily-brag
A simple reminder to document your daily accomplishments
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]
daily-brag help [COMMAND]
daily-brag init
daily-brag new
daily-brag upload
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