@apistudio/apim-cli
Version:
CLI for API Management Products
9 lines (8 loc) • 378 B
JavaScript
import { AbstractInventoryBuilder } from '../core/design/AbstractInventoryBuilder.js';
export class DefaultInventoryBuilder extends AbstractInventoryBuilder {
async generateInventoryModule(outputPath) {
// This will be implemented in the generate.ts file
console.log(`Default implementation called with output path: ${outputPath}`);
}
}
// Made with Bob