
1/23/2019 · Guest Author
What this post added
Introduced `create-cloudflare-worker`, a framework to bootstrap Cloudflare Worker development. This framework provides a streamlined workflow for starting, building, testing, and deploying Workers. It includes pre-configured Webpack for npm module bundling, Jest for integration testing, and npm scripts for deployment via the Cloudflare REST API, enabling CI/CD integration. The framework aims to reduce the time to get started with Cloudflare Workers.