Skip to content

API reference / @backpack/cli / GeneratePipelineOptions

Interface: GeneratePipelineOptions

Properties

appName

ts
appName: string;

Name of the app.


mainBranch

ts
mainBranch: string;

Name of the main branch


npmScripts

ts
npmScripts: object;

NPM scripts to use

NameTypeDescription
checkTypesstringScript for checking types
lintstringScript for linting
testWithCoveragestringScript for unit testing (preferably with coverage reports)

onlyDev

ts
onlyDev: boolean;

Whether to only render a pipeline for DEV environment.


projectDirectory

ts
projectDirectory: string;

The root directory of the project