cloudflare / templates

A collection of starter templates and examples for Cloudflare Workers and Pages
https://cloudflareworkers.com
MIT License
999 stars 632 forks source link

feat: add stackblitz project titles #71

Closed eidam closed 2 years ago

eidam commented 2 years ago

Should we allow user to customize? Then the titles listed here are default values

they can change it after its forked, its just what they see in stackblitz upon fork

lukeed commented 2 years ago

Ah gotcha, cool

Second thought: should we standardize the titles to highlight the template name?

const title = `Create new "${subdir}" project`;
// or
const title = `Template: ${subdir}`
eidam commented 2 years ago

It will literally fork the project for them, and the title will be used as the name of the new (already forked) project. Having it prefixed with template: could trick them to fork the forked one 😅

Screenshot 2022-05-14 at 19 06 20