Skip to content

Instantly share code, notes, and snippets.

@itelo
Created February 4, 2020 02:06
Show Gist options
  • Select an option

  • Save itelo/8d17dfaae43ae994de4f1b91aff27f0c to your computer and use it in GitHub Desktop.

Select an option

Save itelo/8d17dfaae43ae994de4f1b91aff27f0c to your computer and use it in GitHub Desktop.
function getNpmTemplatePackageName(templateName: string) {
return async () => {
if (templateName) {
return `cra-clone-${templateName}-template`;
}
return 'cra-clone-template';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment