- Create a new repository from this template
- Clone your new repository
- Install dependencies using npm install
- Update package details in package.json and README.md
- Find and replace betahuhn/cf-worker-starter with user/repository
- Find and replace @betahuhn/cf-worker-starter with projects npm name
- Create a repository secret called CF_API_TOKEN to use the wrangler-action
- Specify your worker details in the wrangler.toml file (more info in Cloudflare's Docs)
- run yarn lint or npm run lint to run eslint.
- run yarn test or npm run test to run all Mocha tests.
- run yarn dev or npm run dev to run the Worker locally with Wrangler.
- run yarn build or npm run build to produce a production version with webpack.
This project was developed by me (@betahuhn) in my free time. If you want to support me:


Copyright 2021 Maximilian Schiller
This project is licensed under the MIT License - see the LICENSE file for details.