Skip to content

A Cloudflare Worker that downloads files and packages them into ZIP files with aggressive caching.

License

Notifications You must be signed in to change notification settings

EssentialsX/zip-smith

Repository files navigation

zip-smith

A Cloudflare Worker that downloads files and packages them into ZIP files with aggressive caching.

This powers our download page at https://essentialsx.net/downloads, which allows users to select multiple addons and download them as a single ZIP file.

Development

Prerequisites

Setup

  1. Clone the repository

  2. Install dependencies:

    bun install
  3. Start development server:

    bun run dev
  4. The worker is running on http://localhost:8787

Deployment

Deploy to Cloudflare Workers:

bun run deploy

About

A Cloudflare Worker that downloads files and packages them into ZIP files with aggressive caching.

Topics

Resources

License

Stars

Watchers

Forks