0.0.0 • Published 4 years ago

whj-git v0.0.0

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

hj-git

a cli for git

oclif Version Downloads/week License

Usage

$ npm install -g whj-git
$ whj-git COMMAND
running command...
$ whj-git (-v|--version|version)
whj-git/0.0.0 darwin-x64 node-v14.5.0
$ whj-git --help [COMMAND]
USAGE
  $ whj-git COMMAND
...

Commands

whj-git cm

describe the command here

USAGE
  $ whj-git cm

OPTIONS
  -d, --debug
  -h, --help   show CLI help

See code: src/commands/cm.ts

whj-git feat [BRANCHNAME]

describe the command here

USAGE
  $ whj-git feat [BRANCHNAME]

OPTIONS
  -d, --debug
  -h, --help   show CLI help

See code: src/commands/feat.ts

whj-git hello [FILE]

describe the command here

USAGE
  $ whj-git hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ hj-git hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

whj-git help [COMMAND]

display help for whj-git

USAGE
  $ whj-git help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

whj-git st [FILE]

describe the command here

USAGE
  $ whj-git st [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/st.ts