borderless / cfb

Compile a Cloudflare Workers script into a single file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Compile a Cloudflare Workers script into a single file

License:MIT License


Languages

Language:JavaScript 61.5%Language:TypeScript 38.5%