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

0.0.13 • Public • Published

@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

/@quro/cli/

    Package Sidebar

    Install

    npm i @quro/cli

    Weekly Downloads

    13

    Version

    0.0.13

    License

    MIT

    Unpacked Size

    32 kB

    Total Files

    43

    Last publish

    Collaborators

    • hota1024