Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borderless/cfb
Compile a Cloudflare Workers script into a single file
https://github.com/borderless/cfb
Last synced: 7 days ago
JSON representation
Compile a Cloudflare Workers script into a single file
- Host: GitHub
- URL: https://github.com/borderless/cfb
- Owner: borderless
- License: mit
- Created: 2020-06-20T21:26:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T06:17:17.000Z (11 months ago)
- Last Synced: 2024-10-13T13:29:49.135Z (about 1 month ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cfb
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][build-image]][build-url]
[![Build coverage][coverage-image]][coverage-url]> Compile a Cloudflare Workers script into a single file.
## Installation
```sh
npm install @borderless/cfb --save-dev
```## Usage
```sh
cfb --entry src/index.js --output worker
```## TypeScript
This project is written using [TypeScript](https://github.com/Microsoft/TypeScript) and publishes the definitions directly to NPM.
## License
MIT
[npm-image]: https://img.shields.io/npm/v/@borderless/cfb
[npm-url]: https://npmjs.org/package/@borderless/cfb
[downloads-image]: https://img.shields.io/npm/dm/@borderless/cfb
[downloads-url]: https://npmjs.org/package/@borderless/cfb
[build-image]: https://img.shields.io/github/workflow/status/borderless/cfb/CI/main
[build-url]: https://github.com/borderless/cfb/actions/workflows/ci.yml?query=branch%3Amain
[coverage-image]: https://img.shields.io/codecov/c/gh/borderless/cfb
[coverage-url]: https://codecov.io/gh/borderless/cfb