iann838 / workery

Workery is a Modern, OpenAPI based, fast to code, fully typed, web framework for building APIs on Cloudflare Workers.
MIT License
9 stars 0 forks source link

template starter for cloudflare #3

Open pyoner opened 3 days ago

pyoner commented 3 days ago

@iann838 it would be cool to have a template starter for cloudflare

npm create cloudflare my-project -- --template github:user/repo
iann838 commented 2 days ago

@pyoner I am considering opening a PR to https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates, but I am not sure if they will accept it.

pyoner commented 1 day ago

I think you could create your own template iann838/workery-template and use it like this:

npm create cloudflare my-project -- --template github:iann838/workery-template
iann838 commented 1 day ago

I see they have all sort of templates from a lot of third party packages in there, so that would be first preference, if not then yeah I will put it here