interface InstallOptions

Options for installing a methodology

Properties

optional
global: boolean

Install globally to ~/.claude

optional
projectPath: string

Project path for local installation

optional
force: boolean

Force overwrite existing files

optional
silent: boolean

Silent mode - no console output

Usage

import { type InstallOptions } from ".";