1.0.0 • Published 4 years ago

owoifier v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

owoifier

owoifies your git commit messages

oclif Version Downloads/week License

Usage

$ npm install -g owoifier
$ owoifier COMMAND
running command...
$ owoifier (-v|--version|version|commit|--owoerrors|-e)
owoifier/1.0.0 win32-x64 node-v12.16.3
$ owoifier --help [COMMAND]
USAGE
  $ owoifier COMMAND
...

Commands

owoifier commit [MESSAGE]

git commit wrapper that owoifies commit message

USAGE
  $ owoifier commit [MESSAGE]

OPTIONS
  -e, --owoerrors  owoifies errors
  -h, --help       show CLI help

EXAMPLE
  $ owoifier --commit "hello world"

See code: src\commands\commit.ts

owoifier help [COMMAND]

display help for owoifier

USAGE
  $ owoifier help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help