@koj/workers-template
v1.0.18
Published
Template for Cloudflare Workers with GitHub Actions CI, releases, and more
Downloads
6
Readme
☁️ Workers Template
This is a starter repository for building Cloudflare Workers projects using Node.js and TypeScript at Koj.
| | Status |
| - | - |
| Build |
|
| Health |
|
| PRs |
|
⭐️ Features
- Semantic Release with Gitmoji
- Koj's Prettier configuration
- Dependabot configuration
- CI for open-source licenses
- Pull request labeler
- Merge PRs on approved reviews
- CLA enforcement for new contributors
- Create PRs from feature/hotfix branches
- Write code in TypeScript
- Tests using Jest
- Based on Cloudflare's Workers template
💻 Getting started
- Create a new repository from this template
- Install dependencies using
npm install - Update package details in
package.jsonandREADME.md- Find and replace
koj-co/workers-templatewithuser/repository - Find and replace
@koj/workers-templatewith npm project name
- Find and replace
