Options
All
  • Public
  • Public/Protected
  • All
Menu

CLI configuration expected in a project's package.json configuration

Hierarchy

Index

Properties

Optional commandDelim

commandDelim: string | null

syntax delimiter for subcommands. (default is ' ')

Optional commandDir

commandDir: string

path to compiled command outputs

Optional name

name: string

a name for the CLI project, usually corresponding to the command name itself

Optional plugins

plugins: string[]

List of plugins to load globally

Optional rootCommand

rootCommand: string

path to default command implementation, or a single command CLI