0.0.0 • Published 3 years ago

unclegit v0.0.0

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

Build status

UncleGit

UncleGit is a git automation master helping you sharpen redundant or complex git commands to easy one liners.

oclif Version Appveyor CI Downloads/week License

Usage

$ npm install -g unclegit
$ ug COMMAND
running command...
$ ug (-v|--version|version)
unclegit/0.0.0 win32-x64 node-v14.17.0
$ ug --help [COMMAND]
USAGE
  $ ug COMMAND
...
$ npm install -g ug
$ ug COMMAND
running command...
$ ug (-v|--version|version)
ug/0.0.0 win32-x64 node-v14.17.0
$ ug --help [COMMAND]
USAGE
  $ ug COMMAND
...

Commands

ug hello [FILE]

describe the command here

USAGE
  $ ug hello [FILE]

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

EXAMPLE
  $ ug hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

ug help [COMMAND]

display help for ug

USAGE
  $ ug help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ug pa

commit and push all changes

USAGE
  $ ug pa

See code: src/commands/pa.ts

ug hello [FILE]

describe the command here

USAGE
  $ ug hello [FILE]

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

EXAMPLE
  $ ug hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

ug help [COMMAND]

display help for ug

USAGE
  $ ug help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help