0.0.1 • Published 3 years ago

gito-cli-fast v0.0.1

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

gito-cli-fast

oclif Version Downloads/week License

Usage

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

Commands

gito-cli-fast hello [FILE]

describe the command here

USAGE
  $ gito-cli-fast hello [FILE]

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

EXAMPLE
  $ gito-cli-fast hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

gito-cli-fast help [COMMAND]

display help for gito-cli-fast

USAGE
  $ gito-cli-fast help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gito-cli-fast start [FILE]

Starts the gito server

USAGE
  $ gito-cli-fast start [FILE]

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

EXAMPLE
  $ gito-cli-fast start

See code: src/commands/start.ts