# worker-template **Repository Path**: mirrors_cloudflare/worker-template ## Basic Information - **Project Name**: worker-template - **Description**: a template to kickstart your Cloudflare worker! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 👷 `worker-template` Hello World A template for kick starting a Cloudflare worker project. [`index.js`](https://github.com/cloudflare/worker-template/blob/master/index.js) is the content of the Workers script. #### Wrangler To generate using [wrangler](https://github.com/cloudflare/wrangler) ``` wrangler generate projectname https://github.com/cloudflare/worker-template ``` Further documentation for Wrangler can be found [here](https://developers.cloudflare.com/workers/tooling/wrangler).