@sap/generator-cap-project
Version:
Creates a new SAP Cloud Application Programming Model project.
12 lines (11 loc) • 477 B
TypeScript
export * from './abort-plugin';
export { blockUnsafeOperationsPlugin } from './block-unsafe-operations-plugin';
export * from './command-config-prefixing-plugin';
export * from './completion-detection.plugin';
export * from './custom-binary.plugin';
export * from './error-detection.plugin';
export * from './plugin-store';
export * from './progress-monitor-plugin';
export * from './simple-git-plugin';
export * from './spawn-options-plugin';
export * from './timout-plugin';