diff --git a/src/new/form.ts b/src/new/form.ts index a326625..1e41558 100644 --- a/src/new/form.ts +++ b/src/new/form.ts @@ -193,6 +193,7 @@ const projectForm = async (projectName: string, args: any[]): Promise => { const [_, template] = answer.template.match(/(.*) ::/) as Array; try { + // @todo: new templates, see expressots/expressots PR #79 const emitter = experimental ? degit(`expressots/expressots/templates/experimental/${templates[template]}`) : degit(`expressots/expressots/templates/${templates[template]}`);