File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Typescript Template
2
2
3
- [ ![ CI] ( https://github.com/MathieuGermain/ts-base-project /actions/workflows/tests.yml/badge.svg )] ( https://github.com/MathieuGermain/ts-base-project /actions/workflows/tests.yml )
3
+ [ ![ CI] ( https://github.com/MathieuGermain/typescript-template /actions/workflows/tests.yml/badge.svg )] ( https://github.com/MathieuGermain/typescript-template /actions/workflows/tests.yml )
4
4
5
5
Strict TypeScript template using yarn / CommonJS / TypeScript / Jest / ESLint / Prettier / Github Actions
6
6
@@ -11,7 +11,7 @@ Strict TypeScript template using yarn / CommonJS / TypeScript / Jest / ESLint /
11
11
Create repository from template using [ GitHub CLI] ( https://cli.github.com/ ) .
12
12
``` bash
13
13
# Replace <new-repo-name> for your new repository name.
14
- gh repo create < new-repo-name> --template=" MathieuGermain/ts-base-project "
14
+ gh repo create < new-repo-name> --template=" MathieuGermain/typescript-template "
15
15
```
16
16
17
17
<br >
Original file line number Diff line number Diff line change 27
27
" Prettier" ,
28
28
" Github Actions"
29
29
],
30
- "homepage" : " https://github.com/MathieuGermain/ts-base-project #readme" ,
30
+ "homepage" : " https://github.com/MathieuGermain/typescript-template #readme" ,
31
31
"repository" : {
32
32
"type" : " git" ,
33
- "url" : " git+https://github.com/MathieuGermain/ts-base-project .git"
33
+ "url" : " git+https://github.com/MathieuGermain/typescript-template .git"
34
34
},
35
35
"bugs" : {
36
- "url" : " https://github.com/MathieuGermain/ts-base-project /issues"
36
+ "url" : " https://github.com/MathieuGermain/typescript-template /issues"
37
37
},
38
38
"dependencies" : {},
39
39
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments