# worker-template-redirect **Repository Path**: mirrors_cloudflare/worker-template-redirect ## Basic Information - **Project Name**: worker-template-redirect - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **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 ## Redirects Examples of sending single and bulk redirects from a Worker script. [`index.js`](https://github.com/cloudflare/worker-template-redirects/blob/master/redirect.js) is the content of the Workers script. Live Demos are hosted on `workers-tooling.cf/demos/redirect`: [Demo Generate](https://workers-tooling.cf/demos/redirect/send) | [Demo Bulk](https://workers-tooling.cf/demos/redirect/bulk1) #### Wrangler To generate using [wrangler](https://github.com/cloudflare/wrangler) ``` wrangler generate myApp https://github.com/cloudflare/worker-template-redirect ``` #### Serverless To deploy using serverless add a [`serverless.yml`](https://serverless.com/framework/docs/providers/cloudflare/) file. `