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
Name | Type | Description |
---|---|---|
checkTypes | string | Script for checking types |
lint | string | Script for linting |
testWithCoverage | string | Script 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