File tree 5 files changed +10
-10
lines changed
steps/writing/creation/dotGitHub/createDevelopment
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
After [ forking the repo from GitHub] ( https://help.github.com/articles/fork-a-repo ) and [ installing pnpm] ( https://pnpm.io/installation ) :
7
7
8
8
``` 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
10
10
cd create-typescript-app
11
11
pnpm install
12
12
```
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ describe("blockDevelopmentDocs", () => {
19
19
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
20
20
21
21
\`\`\`shell
22
- git clone https://github.com/< your-name-here> /test-repository
22
+ git clone https://github.com/( your-name-here) /test-repository
23
23
cd test-repository
24
24
pnpm install
25
25
\`\`\`
@@ -45,7 +45,7 @@ describe("blockDevelopmentDocs", () => {
45
45
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
46
46
47
47
\`\`\`shell
48
- git clone https://github.com/< your-name-here> /test-repository
48
+ git clone https://github.com/( your-name-here) /test-repository
49
49
cd test-repository
50
50
pnpm install
51
51
\`\`\`
@@ -110,7 +110,7 @@ describe("blockDevelopmentDocs", () => {
110
110
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
111
111
112
112
\`\`\`shell
113
- git clone https://github.com/< your-name-here> /test-repository
113
+ git clone https://github.com/( your-name-here) /test-repository
114
114
cd test-repository
115
115
pnpm install
116
116
\`\`\`
@@ -166,7 +166,7 @@ describe("blockDevelopmentDocs", () => {
166
166
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
167
167
168
168
\`\`\`shell
169
- git clone https://github.com/< your-name-here> /test-repository
169
+ git clone https://github.com/( your-name-here) /test-repository
170
170
cd test-repository
171
171
pnpm install
172
172
\`\`\`
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export const blockDevelopmentDocs = base.createBlock({
88
88
`After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):` ,
89
89
`` ,
90
90
`\`\`\`shell` ,
91
- `git clone https://github.com/< your-name-here> /${ options . repository } ` ,
91
+ `git clone https://github.com/( your-name-here) /${ options . repository } ` ,
92
92
`cd ${ options . repository } ` ,
93
93
`pnpm install` ,
94
94
`\`\`\`` ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ describe("createDevelopment", () => {
47
47
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
48
48
49
49
\`\`\`shell
50
- git clone https://github.com/< your-name-here> /test-repository
50
+ git clone https://github.com/( your-name-here) /test-repository
51
51
cd test-repository
52
52
pnpm install
53
53
\`\`\`
@@ -168,7 +168,7 @@ describe("createDevelopment", () => {
168
168
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
169
169
170
170
\`\`\`shell
171
- git clone https://github.com/< your-name-here> /test-repository
171
+ git clone https://github.com/( your-name-here) /test-repository
172
172
cd test-repository
173
173
pnpm install
174
174
\`\`\`
@@ -293,7 +293,7 @@ Def 456.
293
293
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
294
294
295
295
\`\`\`shell
296
- git clone https://github.com/< your-name-here> /test-repository
296
+ git clone https://github.com/( your-name-here) /test-repository
297
297
cd test-repository
298
298
pnpm install
299
299
\`\`\`
Original file line number Diff line number Diff line change 129
129
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
130
130
131
131
\`\`\`shell
132
- git clone https://github.com/< your-name-here> /${ options . repository }
132
+ git clone https://github.com/( your-name-here) /${ options . repository }
133
133
cd ${ options . repository }
134
134
pnpm install
135
135
\`\`\`
You can’t perform that action at this time.
0 commit comments