UNPKG

@controlla/cli

Version:

Command line interface for rapid Controlla projects development

19 lines (15 loc) 838 B
// ____ _ _ _ ____ _ ___ // / ___| ___ _ __ | |_ _ __ ___ | | | | __ _ / ___| | | |_ _| // | | / _ \ | '_ \ | __| | '__| / _ \ | | | | / _` | | | | | | | // | |___ | (_) | | | | | | |_ | | | (_) | | | | | | (_| | | |___ | |___ | | // \____| \___/ |_| |_| \__| |_| \___/ |_| |_| \__,_| \____| |_____| |___| // By Iván Sotelo // This is where project configuration and plugin options are located. // Changes here require a server restart. // To restart press CTRL + C in terminal and run `controlla serve` module.exports = { siteName: '{{ name }}', description: '{{ description }}', type: 'plugin', plugins: [] }