@kaokei/cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @kaokei/cli

Weekly Downloads

0

Version

1.0.12

License

MIT

Unpacked Size

29.4 kB

Total Files

15

Last publish

Collaborators

  • kaokei