0.0.1 • Published 4 years ago

@albkt/alcli v0.0.1

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

alcli

oclif Version Downloads/week License

Usage

$ npm install -g @albkt/alcli
$ shopbase-theme COMMAND
running command...
$ shopbase-theme (-v|--version|version)
@albkt/alcli/0.0.1 darwin-x64 node-v10.16.3
$ shopbase-theme --help [COMMAND]
USAGE
  $ shopbase-theme COMMAND
...

Commands

shopbase-theme hello [FILE]

describe the command here

USAGE
  $ shopbase-theme hello [FILE]

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

EXAMPLE
  $ shopbase-theme hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

shopbase-theme help [COMMAND]

display help for shopbase-theme

USAGE
  $ shopbase-theme help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help