Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Analog

A guide for initializing an Analog fullstack Angular application using the create-cloudflare CLI, developing locally, and deploying the project to Cloudflare Workers.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Analog

A guide for initializing an Analog fullstack Angular application using the create-cloudflare CLI, developing locally, and deploying the project to Cloudflare Workers.

When To Use

Use when you need to scaffold a new Analog Angular project and deploy it to the Cloudflare Workers platform.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-framework-guides-web-apps-analog-workflow-guide.mdA guide detailing how to create, develop locally, and deploy a fullstack Angular Analog application to Cloudflare Workers.Questions about a guide detailing how to create, develop locally, and deploy a fullstack Angular Analog application to Cloudflare Wor...
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo.textThe wrangler deploy command used to deploy an Analog application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy an Analog application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-2.textThe text command used to deploy a Cloudflare Workers project built with the Analog framework using wrangler.Exact payloads, commands, or snippets shown in The text command used to deploy a Cloudflare Workers project built with the Analog framework using wrangler.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-3.textThe pnpm wrangler deploy command used to deploy an Analog application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The pnpm wrangler deploy command used to deploy an Analog application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-scaff.textThe npm command used to scaffold a new Cloudflare Workers project using the Analog framework.Exact payloads, commands, or snippets shown in The npm command used to scaffold a new Cloudflare Workers project using the Analog framework.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-proje.textThe yarn command used to scaffold a new Cloudflare Workers project using the Analog framework.Exact payloads, commands, or snippets shown in The yarn command used to scaffold a new Cloudflare Workers project using the Analog framework.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-proje-2.textThe pnpm command used to scaffold a new Cloudflare Workers project using the Analog framework.Exact payloads, commands, or snippets shown in The pnpm command used to scaffold a new Cloudflare Workers project using the Analog framework.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-setup.textThe terminal commands required to initialize and navigate into a new Cloudflare Workers Analog application.Exact payloads, commands, or snippets shown in The terminal commands required to initialize and navigate into a new Cloudflare Workers Analog application.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-dev-c.textThe text file demonstrates the npm run dev command used to start a local development server for a Cloudflare Workers Analog project.Exact payloads, commands, or snippets shown in The text file demonstrates the npm run dev command used to start a local development server for a Cloudflare Workers...
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-dev-c-2.textThe text file provides the yarn command used to run the development server for a Cloudflare Workers Analog application.Exact payloads, commands, or snippets shown in The text file provides the yarn command used to run the development server for a Cloudflare Workers Analog application.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-dev-c-3.textThe text command used to start the local development server for a Cloudflare Workers Analog project.Exact payloads, commands, or snippets shown in The text command used to start the local development server for a Cloudflare Workers Analog project.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-4.textThe deployment command used to deploy a Cloudflare Workers application built with the Analog framework.Exact payloads, commands, or snippets shown in The deployment command used to deploy a Cloudflare Workers application built with the Analog framework.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-5.textThe deployment command used to deploy a Cloudflare Workers application built with the Analog framework.Exact payloads, commands, or snippets shown in The deployment command used to deploy a Cloudflare Workers application built with the Analog framework.
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-6.textThe deployment command used to deploy a Cloudflare Workers application built with the Analog framework.Exact payloads, commands, or snippets shown in The deployment command used to deploy a Cloudflare Workers application built with the Analog framework.

What This Skill Covers

  • In this guide, you will create a new Analog ↗ application and deploy to Cloudflare Workers.
  • Main sections: Tags, 1\. Set up a new project, 2\. Develop locally, 3\. Deploy your Project, Bindings.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/framework-guides/web-apps/more-web-frameworks/analog