Skip to content

quro-framework/cli

Repository files navigation

@quro/cli

quro cli

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g @quro/cli
$ quro COMMAND
running command...
$ quro (-v|--version|version)
@quro/cli/0.0.13 darwin-x64 node-v12.14.1
$ quro --help [COMMAND]
USAGE
  $ quro COMMAND
...

Commands

quro bot [PATH]

generate a new bot

USAGE
  $ quro bot [PATH]

ARGUMENTS
  PATH  path to project, defaults to current directory

OPTIONS
  --defaults         use defaults for every setting
  --force            overwrite existing files
  --options=options  (yarn|typescript|eslint|prettier)

See code: src/commands/bot.ts

quro command NAME

add a command to an existing Bot or Plugin

USAGE
  $ quro command NAME

ARGUMENTS
  NAME  name of command (namespace sep is ":"; ex "debug:trace")

OPTIONS
  --defaults  use defaults for every setting
  --force     overwrite existing files
  --pipeable  pipeable command

See code: src/commands/command.ts

quro help [COMMAND]

display help for quro

USAGE
  $ quro help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages