Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@quro/cli

hota102459MIT0.0.13TypeScript support: included

quro cli

oclif

readme

@quro/cli

quro cli

oclif Version CircleCI Codecov Downloads/week License

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