https://github.com/publicarray/cf-workers
My small collection of CloudFlare Workers
https://github.com/publicarray/cf-workers
cloudflare-worker cloudflare-workers serverless
Last synced: 9 months ago
JSON representation
My small collection of CloudFlare Workers
- Host: GitHub
- URL: https://github.com/publicarray/cf-workers
- Owner: publicarray
- Created: 2020-08-17T01:02:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T22:29:08.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T02:08:14.866Z (9 months ago)
- Topics: cloudflare-worker, cloudflare-workers, serverless
- Language: JavaScript
- Homepage: https://seby.io
- Size: 1.06 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 👷 My collection of small CloudFlare Workers
[Show Workers](./packages)
#### You can use [Lerna](https://github.com/lerna/lerna) to operate on all projects
```
npm install wrangler@latest
npx lerna bootstrap
npx lerna run format
npx lerna run build
CLOUDFLARE_API_TOKEN=XXXXXXXXX npx lerna run publish
```