UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

7 lines (6 loc) 213 B
import { Tree } from '@nrwl/devkit'; export interface Schema { name?: string; ci: 'github' | 'azure' | 'circleci'; } export declare function ciWorkflowGenerator(host: Tree, schema: Schema): Promise<void>;