@borderless/cfb

Compile a Cloudflare Workers script into a single file

Usage no npm install needed!

<script type="module">
  import borderlessCfb from 'https://cdn.skypack.dev/@borderless/cfb';
</script>

README

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