mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
bcc78d29b4
* ATXP-407: Integrate Cloudflare Workers template into atxp create command Added support for creating projects with the Cloudflare Workers AI agent template alongside the existing Express template. Users can now choose between frameworks using the --framework flag. Changes: - Added 'cloudflare' as a new framework option - Updated Framework type to include 'cloudflare' - Added Cloudflare template configuration pointing to atxp-cloudflare-agent-example - Updated README with cloudflare framework examples - Added framework-specific installation instructions (npm install vs npm run install-all) - Updated tests to validate both express and cloudflare frameworks