UNPKG

@sap/cds-dk

Version:

Command line client and development toolkit for the SAP Cloud Application Programming Model

13 lines (9 loc) 317 B
const { MULTITENANCY, TOGGLES, EXTENSIBILITY } = require('../../constants').OPTIONS module.exports = class MtxTemplate extends require('../../plugin') { static help() { return 'multitenancy + toggles + extensibility' } requires() { return [MULTITENANCY, TOGGLES, EXTENSIBILITY] } }