Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.05 KB

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