0.7.7 • Published 1 year ago

worker-functions v0.7.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Worker Functions

Full-stack Typesafety with Cloudflare Workers 👷

An opinionated SDK to get up and running with Cloudflare Workers:

  • Fully Typesafe, with frontend client inheriting arguments/return types directly from function definitions. 🦺
  • Just write Simple Functions, without requiring any manual calling and configuring of fetch requests. 🏃
  • Virtually no boilerplate - simply instantiate a client and get started. 🚀

Setup

Using your preferred package manager, install the worker-functions package, and wrangler, Cloudflare's command line tool for Workers. For example:

yarn add worker-functions 
yarn add wrangler -D

After the installation is complete, run:

npx worker-functions

This will generate a wrangler.json configuration file in your project root directory.

And you're done!

0.7.7

1 year ago

0.7.6

1 year ago

0.7.5

1 year ago

0.7.4

1 year ago

0.7.3

1 year ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.7

1 year ago

0.5.6

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago