create-cloudflare 0.0.0-e6ddf8a7 → 0.0.0-e7982641

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist/cli.js +74987 -57184
  2. package/package.json +16 -7
  3. package/templates/angular/c3.ts +99 -0
  4. package/{dist → templates}/angular/templates/tools/alter-polyfills.mjs +2 -2
  5. package/{dist → templates}/angular/templates/tools/copy-files.mjs +1 -1
  6. package/templates/astro/c3.ts +120 -0
  7. package/templates/astro/snippets/runtimeDeclaration.ts +4 -0
  8. package/templates/astro/templates/wrangler.toml +50 -0
  9. package/templates/common/c3.ts +16 -0
  10. package/templates/common/ts/package.json +0 -1
  11. package/templates/docusaurus/c3.ts +27 -0
  12. package/templates/gatsby/c3.ts +46 -0
  13. package/templates/hello-world/c3.ts +16 -0
  14. package/templates/hello-world/ts/package.json +0 -1
  15. package/templates/hello-world-durable-object/c3.ts +16 -0
  16. package/templates/hello-world-durable-object/js/.editorconfig +13 -0
  17. package/templates/hello-world-durable-object/js/.prettierrc +6 -0
  18. package/templates/{chatgptPlugin/ts → hello-world-durable-object/js}/__dot__gitignore +1 -0
  19. package/templates/hello-world-durable-object/js/package.json +13 -0
  20. package/templates/hello-world-durable-object/js/src/index.js +65 -0
  21. package/templates/hello-world-durable-object/js/wrangler.toml +51 -0
  22. package/templates/hello-world-durable-object/ts/.editorconfig +13 -0
  23. package/templates/hello-world-durable-object/ts/.prettierrc +6 -0
  24. package/templates/hello-world-durable-object/ts/__dot__gitignore +172 -0
  25. package/templates/hello-world-durable-object/ts/package.json +15 -0
  26. package/templates/hello-world-durable-object/ts/src/index.ts +78 -0
  27. package/templates/hello-world-durable-object/ts/tsconfig.json +101 -0
  28. package/templates/hello-world-durable-object/ts/wrangler.toml +51 -0
  29. package/templates/hono/c3.ts +25 -0
  30. package/templates/next/README.md +58 -0
  31. package/templates/next/app/js/app/api/hello/route.js +21 -0
  32. package/templates/next/app/js/app/not-found.js +58 -0
  33. package/templates/next/app/ts/app/api/hello/route.ts +22 -0
  34. package/templates/next/app/ts/app/not-found.tsx +58 -0
  35. package/templates/next/c3.ts +226 -0
  36. package/templates/next/env.d.ts +7 -0
  37. package/templates/next/pages/js/pages/api/hello.js +23 -0
  38. package/templates/next/pages/ts/pages/api/hello.ts +24 -0
  39. package/templates/next/wrangler.toml +57 -0
  40. package/templates/nuxt/c3.ts +100 -0
  41. package/templates/nuxt/templates/wrangler.toml +50 -0
  42. package/templates/openapi/c3.ts +9 -0
  43. package/templates/openapi/ts/package.json +0 -1
  44. package/templates/openapi/ts/src/endpoints/taskList.ts +1 -1
  45. package/templates/openapi/ts/src/index.ts +2 -2
  46. package/templates/pre-existing/c3.ts +83 -0
  47. package/templates/pre-existing/js/.editorconfig +13 -0
  48. package/templates/pre-existing/js/.prettierrc +6 -0
  49. package/templates/pre-existing/js/__dot__gitignore +172 -0
  50. package/templates/pre-existing/js/package.json +13 -0
  51. package/templates/pre-existing/js/wrangler.toml +3 -0
  52. package/templates/queues/c3.ts +26 -0
  53. package/templates/queues/ts/package.json +0 -1
  54. package/templates/qwik/c3.ts +145 -0
  55. package/templates/qwik/snippets/getPlatformProxy.ts +6 -0
  56. package/templates/qwik/templates/worker-configuration.d.ts +3 -0
  57. package/templates/qwik/templates/wrangler.toml +50 -0
  58. package/templates/react/c3.ts +29 -0
  59. package/templates/remix/c3.ts +67 -0
  60. package/templates/remix/templates/worker-configuration.d.ts +3 -0
  61. package/templates/remix/templates/wrangler.toml +50 -0
  62. package/templates/scheduled/c3.ts +16 -0
  63. package/templates/scheduled/ts/package.json +0 -1
  64. package/templates/solid/c3.ts +39 -0
  65. package/templates/solid/js/vite.config.js +12 -0
  66. package/templates/solid/ts/vite.config.ts +12 -0
  67. package/templates/svelte/c3.ts +129 -0
  68. package/templates/svelte/js/src/hooks.server.js +25 -0
  69. package/templates/svelte/js/wrangler.toml +50 -0
  70. package/templates/svelte/ts/src/hooks.server.ts +24 -0
  71. package/templates/svelte/ts/wrangler.toml +50 -0
  72. package/templates/vue/c3.ts +27 -0
  73. package/templates/chatgptPlugin/ts/.assets/example.png +0 -0
  74. package/templates/chatgptPlugin/ts/README.md +0 -25
  75. package/templates/chatgptPlugin/ts/package.json +0 -17
  76. package/templates/chatgptPlugin/ts/src/index.ts +0 -33
  77. package/templates/chatgptPlugin/ts/src/search.ts +0 -59
  78. package/templates/chatgptPlugin/ts/wrangler.toml +0 -3
  79. /package/{dist → templates}/angular/templates/server.ts +0 -0
  80. /package/{dist → templates}/angular/templates/src/_routes.json +0 -0
  81. /package/{dist → templates}/angular/templates/tools/paths.mjs +0 -0
@@ -0,0 +1,129 @@
1
+ import { platform } from "node:os";
2
+ import { logRaw, updateStatus } from "@cloudflare/cli";
3
+ import { blue, brandColor, dim } from "@cloudflare/cli/colors";
4
+ import { transformFile } from "helpers/codemod";
5
+ import { installPackages, runFrameworkGenerator } from "helpers/command";
6
+ import { usesTypescript } from "helpers/files";
7
+ import { detectPackageManager } from "helpers/packages";
8
+ import * as recast from "recast";
9
+ import type { TemplateConfig } from "../../src/templates";
10
+ import type { C3Context, PackageJson } from "types";
11
+
12
+ const { npm } = detectPackageManager();
13
+
14
+ const generate = async (ctx: C3Context) => {
15
+ await runFrameworkGenerator(ctx, [ctx.project.name]);
16
+
17
+ logRaw("");
18
+ };
19
+
20
+ const configure = async (ctx: C3Context) => {
21
+ // Install the adapter
22
+ const pkg = `@sveltejs/adapter-cloudflare`;
23
+ await installPackages([pkg], {
24
+ dev: true,
25
+ startText: "Adding the Cloudflare Pages adapter",
26
+ doneText: `${brandColor(`installed`)} ${dim(pkg)}`,
27
+ });
28
+
29
+ updateSvelteConfig();
30
+ updateTypeDefinitions(ctx);
31
+ };
32
+
33
+ const updateSvelteConfig = () => {
34
+ // All we need to do is change the import statement in svelte.config.js
35
+ updateStatus(`Changing adapter in ${blue("svelte.config.js")}`);
36
+
37
+ transformFile("svelte.config.js", {
38
+ visitImportDeclaration: function (n) {
39
+ // importSource is the `x` in `import y from "x"`
40
+ const importSource = n.value.source;
41
+ if (importSource.value === "@sveltejs/adapter-auto") {
42
+ importSource.value = "@sveltejs/adapter-cloudflare";
43
+ }
44
+
45
+ // stop traversing this node
46
+ return false;
47
+ },
48
+ });
49
+ };
50
+
51
+ const updateTypeDefinitions = (ctx: C3Context) => {
52
+ if (!usesTypescript(ctx)) {
53
+ return;
54
+ }
55
+
56
+ updateStatus(`Updating global type definitions in ${blue("app.d.ts")}`);
57
+
58
+ const b = recast.types.builders;
59
+
60
+ transformFile("src/app.d.ts", {
61
+ visitTSModuleDeclaration(n) {
62
+ if (n.value.id.name === "App" && n.node.body) {
63
+ const moduleBlock = n.node
64
+ .body as recast.types.namedTypes.TSModuleBlock;
65
+
66
+ const platformInterface = b.tsInterfaceDeclaration(
67
+ b.identifier("Platform"),
68
+ b.tsInterfaceBody([
69
+ b.tsPropertySignature(
70
+ b.identifier("env"),
71
+ b.tsTypeAnnotation(b.tsTypeReference(b.identifier("Env")))
72
+ ),
73
+ b.tsPropertySignature(
74
+ b.identifier("cf"),
75
+ b.tsTypeAnnotation(
76
+ b.tsTypeReference(b.identifier("CfProperties"))
77
+ )
78
+ ),
79
+ b.tsPropertySignature(
80
+ b.identifier("ctx"),
81
+ b.tsTypeAnnotation(
82
+ b.tsTypeReference(b.identifier("ExecutionContext"))
83
+ )
84
+ ),
85
+ ])
86
+ );
87
+
88
+ moduleBlock.body.unshift(platformInterface);
89
+ }
90
+
91
+ this.traverse(n);
92
+ },
93
+ });
94
+ };
95
+
96
+ const config: TemplateConfig = {
97
+ configVersion: 1,
98
+ id: "svelte",
99
+ displayName: "Svelte",
100
+ platform: "pages",
101
+ copyFiles: {
102
+ variants: {
103
+ js: { path: "./js" },
104
+ ts: { path: "./ts" },
105
+ },
106
+ },
107
+ generate,
108
+ configure,
109
+ transformPackageJson: async (original: PackageJson, ctx: C3Context) => {
110
+ let scripts: Record<string, string> = {
111
+ preview: `${npm} run build && wrangler pages dev .svelte-kit/cloudflare`,
112
+ deploy: `${npm} run build && wrangler pages deploy .svelte-kit/cloudflare`,
113
+ };
114
+
115
+ if (usesTypescript(ctx)) {
116
+ const mv = platform() === "win32" ? "move" : "mv";
117
+ scripts = {
118
+ ...scripts,
119
+ "build-cf-types": `wrangler types && ${mv} worker-configuration.d.ts src/`,
120
+ };
121
+ }
122
+
123
+ return { scripts };
124
+ },
125
+ devScript: "dev",
126
+ deployScript: "deploy",
127
+ previewScript: "preview",
128
+ };
129
+ export default config;
@@ -0,0 +1,25 @@
1
+ import { dev } from '$app/environment';
2
+
3
+ /*
4
+ When developing, this hook will add proxy objects to the `platform` object which
5
+ will emulate any bindings defined in `wrangler.toml`.
6
+ */
7
+
8
+ let platform;
9
+
10
+ if (dev) {
11
+ const { getPlatformProxy } = await import('wrangler');
12
+ platform = await getPlatformProxy();
13
+ }
14
+
15
+ export const handle = async ({ event, resolve }) => {
16
+ if (platform) {
17
+ event.platform = {
18
+ ...event.platform,
19
+ ...platform
20
+ };
21
+ }
22
+
23
+ return resolve(event);
24
+ };
25
+
@@ -0,0 +1,50 @@
1
+ name = "<TBD>"
2
+ compatibility_date = "<TBD>"
3
+
4
+ # Variable bindings. These are arbitrary, plaintext strings (similar to environment variables)
5
+ # Note: Use secrets to store sensitive data.
6
+ # Docs: https://developers.cloudflare.com/workers/platform/environment-variables
7
+ # [vars]
8
+ # MY_VARIABLE = "production_value"
9
+
10
+ # Bind a KV Namespace. Use KV as persistent storage for small key-value pairs.
11
+ # Docs: https://developers.cloudflare.com/workers/runtime-apis/kv
12
+ # [[kv_namespaces]]
13
+ # binding = "MY_KV_NAMESPACE"
14
+ # id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
15
+
16
+ # Bind an R2 Bucket. Use R2 to store arbitrarily large blobs of data, such as files.
17
+ # Docs: https://developers.cloudflare.com/r2/api/workers/workers-api-usage/
18
+ # [[r2_buckets]]
19
+ # binding = "MY_BUCKET"
20
+ # bucket_name = "my-bucket"
21
+
22
+ # Bind a Queue producer. Use this binding to schedule an arbitrary task that may be processed later by a Queue consumer.
23
+ # Docs: https://developers.cloudflare.com/queues/get-started
24
+ # [[queues.producers]]
25
+ # binding = "MY_QUEUE"
26
+ # queue = "my-queue"
27
+
28
+ # Bind a Queue consumer. Queue Consumers can retrieve tasks scheduled by Producers to act on them.
29
+ # Docs: https://developers.cloudflare.com/queues/get-started
30
+ # [[queues.consumers]]
31
+ # queue = "my-queue"
32
+
33
+ # Bind another Worker service. Use this binding to call another Worker without network overhead.
34
+ # Docs: https://developers.cloudflare.com/workers/platform/services
35
+ # [[services]]
36
+ # binding = "MY_SERVICE"
37
+ # service = "my-service"
38
+
39
+ # Bind a Durable Object. Durable objects are a scale-to-zero compute primitive based on the actor model.
40
+ # Durable Objects can live for as long as needed. Use these when you need a long-running "server", such as in realtime apps.
41
+ # Docs: https://developers.cloudflare.com/workers/runtime-apis/durable-objects
42
+ # [[durable_objects.bindings]]
43
+ # name = "MY_DURABLE_OBJECT"
44
+ # class_name = "MyDurableObject"
45
+
46
+ # Durable Object migrations.
47
+ # Docs: https://developers.cloudflare.com/workers/learning/using-durable-objects#configure-durable-object-classes-with-migrations
48
+ # [[migrations]]
49
+ # tag = "v1"
50
+ # new_classes = ["MyDurableObject"]
@@ -0,0 +1,24 @@
1
+ import { dev } from '$app/environment';
2
+
3
+ /*
4
+ When developing, this hook will add proxy objects to the `platform` object which
5
+ will emulate any bindings defined in `wrangler.toml`.
6
+ */
7
+
8
+ let platform: App.Platform;
9
+
10
+ if (dev) {
11
+ const { getPlatformProxy } = await import('wrangler');
12
+ platform = await getPlatformProxy();
13
+ }
14
+
15
+ export const handle = async ({ event, resolve }) => {
16
+ if (platform) {
17
+ event.platform = {
18
+ ...event.platform,
19
+ ...platform
20
+ };
21
+ }
22
+
23
+ return resolve(event);
24
+ };
@@ -0,0 +1,50 @@
1
+ name = "<TBD>"
2
+ compatibility_date = "<TBD>"
3
+
4
+ # Variable bindings. These are arbitrary, plaintext strings (similar to environment variables)
5
+ # Note: Use secrets to store sensitive data.
6
+ # Docs: https://developers.cloudflare.com/workers/platform/environment-variables
7
+ # [vars]
8
+ # MY_VARIABLE = "production_value"
9
+
10
+ # Bind a KV Namespace. Use KV as persistent storage for small key-value pairs.
11
+ # Docs: https://developers.cloudflare.com/workers/runtime-apis/kv
12
+ # [[kv_namespaces]]
13
+ # binding = "MY_KV_NAMESPACE"
14
+ # id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
15
+
16
+ # Bind an R2 Bucket. Use R2 to store arbitrarily large blobs of data, such as files.
17
+ # Docs: https://developers.cloudflare.com/r2/api/workers/workers-api-usage/
18
+ # [[r2_buckets]]
19
+ # binding = "MY_BUCKET"
20
+ # bucket_name = "my-bucket"
21
+
22
+ # Bind a Queue producer. Use this binding to schedule an arbitrary task that may be processed later by a Queue consumer.
23
+ # Docs: https://developers.cloudflare.com/queues/get-started
24
+ # [[queues.producers]]
25
+ # binding = "MY_QUEUE"
26
+ # queue = "my-queue"
27
+
28
+ # Bind a Queue consumer. Queue Consumers can retrieve tasks scheduled by Producers to act on them.
29
+ # Docs: https://developers.cloudflare.com/queues/get-started
30
+ # [[queues.consumers]]
31
+ # queue = "my-queue"
32
+
33
+ # Bind another Worker service. Use this binding to call another Worker without network overhead.
34
+ # Docs: https://developers.cloudflare.com/workers/platform/services
35
+ # [[services]]
36
+ # binding = "MY_SERVICE"
37
+ # service = "my-service"
38
+
39
+ # Bind a Durable Object. Durable objects are a scale-to-zero compute primitive based on the actor model.
40
+ # Durable Objects can live for as long as needed. Use these when you need a long-running "server", such as in realtime apps.
41
+ # Docs: https://developers.cloudflare.com/workers/runtime-apis/durable-objects
42
+ # [[durable_objects.bindings]]
43
+ # name = "MY_DURABLE_OBJECT"
44
+ # class_name = "MyDurableObject"
45
+
46
+ # Durable Object migrations.
47
+ # Docs: https://developers.cloudflare.com/workers/learning/using-durable-objects#configure-durable-object-classes-with-migrations
48
+ # [[migrations]]
49
+ # tag = "v1"
50
+ # new_classes = ["MyDurableObject"]
@@ -0,0 +1,27 @@
1
+ import { runFrameworkGenerator } from "helpers/command";
2
+ import { compatDateFlag } from "helpers/files";
3
+ import { detectPackageManager } from "helpers/packages";
4
+ import type { TemplateConfig } from "../../src/templates";
5
+ import type { C3Context } from "types";
6
+
7
+ const { npm } = detectPackageManager();
8
+
9
+ const generate = async (ctx: C3Context) => {
10
+ await runFrameworkGenerator(ctx, [ctx.project.name]);
11
+ };
12
+
13
+ const config: TemplateConfig = {
14
+ configVersion: 1,
15
+ id: "vue",
16
+ displayName: "Vue",
17
+ platform: "pages",
18
+ generate,
19
+ transformPackageJson: async () => ({
20
+ scripts: {
21
+ "pages:dev": `wrangler pages dev ${await compatDateFlag()} --proxy 5173 -- ${npm} run dev`,
22
+ "pages:deploy": `${npm} run build && wrangler pages deploy ./dist`,
23
+ },
24
+ }),
25
+ testFlags: ["--ts"],
26
+ };
27
+ export default config;
@@ -1,25 +0,0 @@
1
- # Example ChatGPT Plugin for Cloudflare Workers
2
-
3
- This is an example plugin showing how to build [ChatGPT plugins](https://platform.openai.com/docs/plugins/introduction) using [Cloudflare Workers](https://workers.dev). Using this example, you can deploy a plugin to Cloudflare Workers in just a few minutes.
4
-
5
- The sample plugin allows ChatGPT users to search for repositories using GitHub's search API. The plugin is implemented in TypeScript and uses the [OpenAPI](https://www.openapis.org/) specification to define the plugin's API.
6
-
7
- ![Example conversation in ChatGPT showing the plugin in use](./.assets/example.png)
8
-
9
- ## Get started
10
-
11
- 0. Sign up for [Cloudflare Workers](https://workers.dev). The free tier is more than enough for most use cases.
12
- 1. Install [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update), the Cloudflare Workers CLI
13
- 2. Clone this project and install dependencies with `npm install`
14
- 3. Run `wrangler login` to login to your Cloudflare account in wrangler
15
- 4. Run `wrangler deploy` to publish the plugin to Cloudflare Workers
16
-
17
- ## Usage
18
-
19
- 1. You can configure the `.well-known/ai-plugin.json` route in `index.ts`.
20
- 2. You can set up any new routes and the associated OpenAPI schema by defining new routes. See `search.ts` for an example.
21
- 3. For more information read the [itty-router-openapi official documentation](https://cloudflare.github.io/itty-router-openapi/).
22
-
23
- ## Deploying to OpenAI's API
24
-
25
- Follow the instructions [in the ChatGPT documentation](https://platform.openai.com/docs/plugins/introduction/plugin-flow) to deploy your plugin and begin using it in ChatGPT.
@@ -1,17 +0,0 @@
1
- {
2
- "name": "cloudflare-workers-chatgpt-plugin-example",
3
- "version": "0.0.1",
4
- "private": true,
5
- "scripts": {
6
- "deploy": "wrangler deploy",
7
- "dev": "wrangler dev",
8
- "start": "wrangler dev"
9
- },
10
- "dependencies": {
11
- "@cloudflare/itty-router-openapi": "^1.0.1"
12
- },
13
- "devDependencies": {
14
- "@cloudflare/workers-types": "^4.20230404.0",
15
- "wrangler": "^3.0.0"
16
- }
17
- }
@@ -1,33 +0,0 @@
1
- import { OpenAPIRouter } from "@cloudflare/itty-router-openapi";
2
- import { GetSearch } from "./search";
3
-
4
- export const router = OpenAPIRouter({
5
- schema: {
6
- info: {
7
- title: "GitHub Repositories Search API",
8
- description:
9
- "A plugin that allows the user to search for GitHub repositories using ChatGPT",
10
- version: "v0.0.1",
11
- },
12
- },
13
- docs_url: "/",
14
- aiPlugin: {
15
- name_for_human: "GitHub Repositories Search",
16
- name_for_model: "github_repositories_search",
17
- description_for_human: "GitHub Repositories Search plugin for ChatGPT.",
18
- description_for_model:
19
- "GitHub Repositories Search plugin for ChatGPT. You can search for GitHub repositories using this plugin.",
20
- contact_email: "support@example.com",
21
- legal_info_url: "http://www.example.com/legal",
22
- logo_url: "https://workers.cloudflare.com/resources/logo/logo.svg",
23
- },
24
- });
25
-
26
- router.get("/search", GetSearch);
27
-
28
- // 404 for everything else
29
- router.all("*", () => new Response("Not Found.", { status: 404 }));
30
-
31
- export default {
32
- fetch: router.handle,
33
- };
@@ -1,59 +0,0 @@
1
- import { OpenAPIRoute, Query } from "@cloudflare/itty-router-openapi";
2
-
3
- export class GetSearch extends OpenAPIRoute {
4
- static schema = {
5
- tags: ["Search"],
6
- summary: "Search repositories by a query parameter",
7
- parameters: {
8
- q: Query(String, {
9
- description: "The query to search for",
10
- default: "cloudflare workers",
11
- }),
12
- },
13
- responses: {
14
- "200": {
15
- description: "Successfully response",
16
- schema: {
17
- repos: [
18
- {
19
- name: "itty-router-openapi",
20
- description:
21
- "OpenAPI 3 schema generator and validator for Cloudflare Workers",
22
- stars: "80",
23
- url: "https://github.com/cloudflare/itty-router-openapi",
24
- },
25
- ],
26
- },
27
- },
28
- },
29
- };
30
-
31
- async handle(request: Request, env, ctx, data: Record<string, any>) {
32
- const url = `https://api.github.com/search/repositories?q=${data.query.q}`;
33
-
34
- const resp = await fetch(url, {
35
- headers: {
36
- Accept: "application/vnd.github.v3+json",
37
- "User-Agent": "RepoAI - Cloudflare Workers ChatGPT Plugin Example",
38
- },
39
- });
40
-
41
- if (!resp.ok) {
42
- return new Response(await resp.text(), { status: 400 });
43
- }
44
-
45
- const json = await resp.json();
46
-
47
- // @ts-ignore
48
- const repos = json.items.map((item: any) => ({
49
- name: item.name,
50
- description: item.description,
51
- stars: item.stargazers_count,
52
- url: item.html_url,
53
- }));
54
-
55
- return {
56
- repos: repos,
57
- };
58
- }
59
- }
@@ -1,3 +0,0 @@
1
- name = "<TBD>"
2
- main = "src/index.ts"
3
- compatibility_date = "<TBD>"
File without changes