Skip to content
/ cfb Public

Compile a Cloudflare Workers script into a single file

License

Notifications You must be signed in to change notification settings

borderless/cfb

Repository files navigation

cfb

NPM version NPM downloads Build status Build coverage

Compile a Cloudflare Workers script into a single file.

Installation

npm install @borderless/cfb --save-dev

Usage

cfb --entry src/index.js --output worker

TypeScript

This project is written using TypeScript and publishes the definitions directly to NPM.

License

MIT