An open API service indexing awesome lists of open source software.

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

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
```