Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Summary

<!-- What changed? -->
-

## Checklist

- [ ] NPM Audit issues addressed
- [ ] Migration guide included (if major version bump / breaking change)
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore scripts as a security precaution
ignore-scripts=true
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ This template is meant to be used with [Wrangler](https://developers.cloudflare.

Node version `20` or later and npm version `10` or later is required.

To generate using Wrangler, run this command:

```bash
wrangler generate netacea-cloudflare-worker https://github.com/netacea/cloudflare-worker-template-typescript
```
Please create a private copy of this template repository, then:

- Ensure you are [logged into Wrangler](https://developers.cloudflare.com/workers/wrangler/commands/#login).
- Insert your wrangler credentials into the `wrangler.toml` file in the root directory (you only need to change `account_id`, `route`, and `compatibility_date` - the rest is okay).
- Update `wrangler.toml` with your `account_id` and worker `route`.

## ⚠️ Configuration

Expand Down
Loading