function install
install(
methodologyName: string,
options?: InstallOptions
): Promise<InstallResult>

Install a methodology to the specified location

Parameters

methodologyName: string

Name of the methodology to install (e.g., "shape-up")

optional
options: InstallOptions

Installation options

Return Type

Promise<InstallResult>

Installation result

Usage

import { install } from ".";