Skip to content

Commit a15277b

Browse files
fix: use parenthesis for development your-name-here script (#1868)
## PR Checklist - [x] Addresses an existing open issue: fixes #1841 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview 💖
1 parent 91cb22b commit a15277b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
77

88
```shell
9-
git clone https://github.com/ < your-name-here > /create-typescript-app
9+
git clone https://github.com/(your-name-here)/create-typescript-app
1010
cd create-typescript-app
1111
pnpm install
1212
```

src/next/blocks/blockDevelopmentDocs.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("blockDevelopmentDocs", () => {
1919
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
2020
2121
\`\`\`shell
22-
git clone https://github.com/<your-name-here>/test-repository
22+
git clone https://github.com/(your-name-here)/test-repository
2323
cd test-repository
2424
pnpm install
2525
\`\`\`
@@ -45,7 +45,7 @@ describe("blockDevelopmentDocs", () => {
4545
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
4646
4747
\`\`\`shell
48-
git clone https://github.com/<your-name-here>/test-repository
48+
git clone https://github.com/(your-name-here)/test-repository
4949
cd test-repository
5050
pnpm install
5151
\`\`\`
@@ -110,7 +110,7 @@ describe("blockDevelopmentDocs", () => {
110110
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
111111
112112
\`\`\`shell
113-
git clone https://github.com/<your-name-here>/test-repository
113+
git clone https://github.com/(your-name-here)/test-repository
114114
cd test-repository
115115
pnpm install
116116
\`\`\`
@@ -166,7 +166,7 @@ describe("blockDevelopmentDocs", () => {
166166
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
167167
168168
\`\`\`shell
169-
git clone https://github.com/<your-name-here>/test-repository
169+
git clone https://github.com/(your-name-here)/test-repository
170170
cd test-repository
171171
pnpm install
172172
\`\`\`

src/next/blocks/blockDevelopmentDocs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const blockDevelopmentDocs = base.createBlock({
8888
`After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):`,
8989
``,
9090
`\`\`\`shell`,
91-
`git clone https://github.com/<your-name-here>/${options.repository}`,
91+
`git clone https://github.com/(your-name-here)/${options.repository}`,
9292
`cd ${options.repository}`,
9393
`pnpm install`,
9494
`\`\`\``,

src/steps/writing/creation/dotGitHub/createDevelopment/index.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("createDevelopment", () => {
4747
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
4848
4949
\`\`\`shell
50-
git clone https://github.com/<your-name-here>/test-repository
50+
git clone https://github.com/(your-name-here)/test-repository
5151
cd test-repository
5252
pnpm install
5353
\`\`\`
@@ -168,7 +168,7 @@ describe("createDevelopment", () => {
168168
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
169169
170170
\`\`\`shell
171-
git clone https://github.com/<your-name-here>/test-repository
171+
git clone https://github.com/(your-name-here)/test-repository
172172
cd test-repository
173173
pnpm install
174174
\`\`\`
@@ -293,7 +293,7 @@ Def 456.
293293
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
294294
295295
\`\`\`shell
296-
git clone https://github.com/<your-name-here>/test-repository
296+
git clone https://github.com/(your-name-here)/test-repository
297297
cd test-repository
298298
pnpm install
299299
\`\`\`

src/steps/writing/creation/dotGitHub/createDevelopment/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ${
129129
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
130130
131131
\`\`\`shell
132-
git clone https://github.com/<your-name-here>/${options.repository}
132+
git clone https://github.com/(your-name-here)/${options.repository}
133133
cd ${options.repository}
134134
pnpm install
135135
\`\`\`

0 commit comments

Comments
 (0)