Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfig

Hierarchy

Index

Properties

Optional command

command: string

The command name to use (default: gobu)

Optional commands

commands: IMap<ICommand>

Map of all commands both internal and extended from repo.

Optional entrypoint

entrypoint: string

Entrypoint where commands should be required and extended from.

Optional isExternal

isExternal: boolean

Indicates if is external config.

name

name: string

Then name of the repo.

Optional nohoist

nohoist: string[]

Packages that should NOT be hoisted to the root supports globs.

Optional packageManager

packageManager: "yarn" | "npm" | null

The package manager to be used for fallback installations etc. pnpm will be supported in next minor version.

Optional scopes

scopes: IMap<IScope>

Map of loaded scopes.

Optional workspaces

workspaces: string[]

Array of globs where workspace/packages reside.

Generated using TypeDoc