1.0.12 • Published 2 years ago

@kaokei/cli v1.0.12

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

kaokei-cli

oclif Version Downloads/week License

Usage

$ npm install -g @kaokei/cli
$ kaokei COMMAND
running command...
$ kaokei (-v|--version|version)
@kaokei/cli/1.0.12 darwin-x64 node-v14.18.2
$ kaokei --help [COMMAND]
USAGE
  $ kaokei COMMAND
...

Commands

kaokei hello [FILE]

describe the command here

USAGE
  $ kaokei hello [FILE]

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

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

See code: src/commands/hello.ts

kaokei help [COMMAND]

display help for kaokei

USAGE
  $ kaokei help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

kaokei night

describe the command here

USAGE
  $ kaokei night

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

See code: src/commands/night.ts

kaokei hello [FILE]

describe the command here

USAGE
  $ kaokei hello [FILE]

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

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

See code: src/commands/hello.ts

kaokei help [COMMAND]

display help for kaokei

USAGE
  $ kaokei help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

kaokei night

describe the command here

USAGE
  $ kaokei night

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

See code: src/commands/night.ts

发布新版本

npm version (major|minor|patch) # bumps version, updates README, adds git tag
npm publish