Skip to content

Commit

Permalink
chore: update create-cloudflare repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 10, 2022
1 parent e159618 commit b9dc28f
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 25 deletions.
9 changes: 0 additions & 9 deletions packages/create-cloudflare/license

This file was deleted.

6 changes: 5 additions & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"version": "1.0.0",
"name": "create-cloudflare",
"repository": "lukeed/create-cloudflare",
"description": "Create new Cloudflare projects with one command",
"types": "index.d.ts",
"license": "MIT",
"bin": "bin.js",
"repository": {
"type": "git",
"url": "https://github.com/cloudflare/templates",
"directory": "packages/create-cloudflare"
},
"author": {
"name": "Luke Edwards",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# create-cloudflare [![CI](https://github.com/lukeed/create-cloudflare/workflows/CI/badge.svg)](https://github.com/lukeed/clsx/actions?query=workflow%3ACI)
# create-cloudflare

> Create new Cloudflare projects with one command
Expand Down
2 changes: 1 addition & 1 deletion worker-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ yarn create cloudflare my-project worker-aws
$ pnpm create cloudflare my-project worker-aws
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
[`index.js`](https://github.com/cloudflare/workers-aws-template/blob/master/index.js) is the content of the Workers script. In `handleRequest`, uncomment the example for the service you want to try out.

Expand Down
2 changes: 1 addition & 1 deletion worker-cobol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ $ yarn create cloudflare my-project worker-cobol
$ pnpm create cloudflare my-project worker-cobol
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
2 changes: 1 addition & 1 deletion worker-durable-objects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ $ yarn create cloudflare my-project worker-durable-objects
$ pnpm create cloudflare my-project worker-durable-objects
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
2 changes: 1 addition & 1 deletion worker-emscripten/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ yarn create cloudflare my-project worker-emscripten
$ pnpm create cloudflare my-project worker-emscripten
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
## Credits

Expand Down
2 changes: 1 addition & 1 deletion worker-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ yarn create cloudflare my-project worker-mysql
$ pnpm create cloudflare my-project worker-mysql
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
## Usage

Expand Down
2 changes: 1 addition & 1 deletion worker-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ yarn create cloudflare my-project worker-postgres
$ pnpm create cloudflare my-project worker-postgres
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
## Usage

Expand Down
2 changes: 1 addition & 1 deletion worker-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ yarn create cloudflare my-project worker
$ pnpm create cloudflare my-project worker
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
Before publishing your code you need to edit `wrangler.toml` file and add your Cloudflare `account_id` - more information about configuring and publishing your code can be found [in the documentation](https://developers.cloudflare.com/workers/learning/getting-started).

Expand Down
2 changes: 1 addition & 1 deletion worker-rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ yarn create cloudflare my-project worker-rust
$ pnpm create cloudflare my-project worker-rust
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
## Usage

Expand Down
2 changes: 1 addition & 1 deletion worker-sites-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ $ yarn create cloudflare my-project worker-sites-react
$ pnpm create cloudflare my-project worker-sites-react
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
2 changes: 1 addition & 1 deletion worker-sites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ $ yarn create cloudflare my-project worker-sites
$ pnpm create cloudflare my-project worker-sites
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
2 changes: 1 addition & 1 deletion worker-speedtest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ yarn create cloudflare my-project worker-speedtest
$ pnpm create cloudflare my-project worker-speedtest
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
Before publishing your code you need to edit `wrangler.toml` file and add your Cloudflare `account_id` - more information about publishing your code can be found [in the documentation](https://developers.cloudflare.com/workers/learning/getting-started).

Expand Down
2 changes: 1 addition & 1 deletion worker-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ $ yarn create cloudflare my-project worker-typescript
$ pnpm create cloudflare my-project worker-typescript
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
2 changes: 1 addition & 1 deletion worker-websocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ $ yarn create cloudflare my-project worker-websocket
$ pnpm create cloudflare my-project worker-websocket
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.
2 changes: 1 addition & 1 deletion worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ $ yarn create cloudflare my-project worker
$ pnpm create cloudflare my-project worker
```

> **Note:** Each command invokes [`create-cloudflare`](https://github.com/lukeed/create-cloudflare) for project creation.
> **Note:** Each command invokes [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) for project creation.

0 comments on commit b9dc28f

Please sign in to comment.