UNPKG

@controlla/cli

Version:

Command line interface for rapid Controlla projects development

21 lines (17 loc) 817 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: [] }