export default { name: "new ", description: "Creates a new project based on a specified starter template", options: ` -f PATH, --folder PATH The path you want your project to be built in -s [TEMPLATE], --starter [TEMPLATE] The starter template (e.g. template, node, widget, app, theme, etc.) ` };