UNPKG

create-component-template

Version:
12 lines (9 loc) 260 B
'use strict'; var path = require('path'); var LIB_DIR_PARENT = 'dist' || 'src'; var defaultArgs = { componentName: '', componentPath: 'src/components', configPath: path.join(LIB_DIR_PARENT, 'cct.config.js') // relative }; module.exports = defaultArgs;