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 11# Typescript Template
22
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 )
44
55Strict TypeScript template using yarn / CommonJS / TypeScript / Jest / ESLint / Prettier / Github Actions
66
@@ -11,7 +11,7 @@ Strict TypeScript template using yarn / CommonJS / TypeScript / Jest / ESLint /
1111Create repository from template using [ GitHub CLI] ( https://cli.github.com/ ) .
1212``` bash
1313# 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 "
1515```
1616
1717<br >
Original file line number Diff line number Diff line change 2727 " Prettier" ,
2828 " Github Actions"
2929 ],
30- "homepage" : " https://github.com/MathieuGermain/ts-base-project #readme" ,
30+ "homepage" : " https://github.com/MathieuGermain/typescript-template #readme" ,
3131 "repository" : {
3232 "type" : " git" ,
33- "url" : " git+https://github.com/MathieuGermain/ts-base-project .git"
33+ "url" : " git+https://github.com/MathieuGermain/typescript-template .git"
3434 },
3535 "bugs" : {
36- "url" : " https://github.com/MathieuGermain/ts-base-project /issues"
36+ "url" : " https://github.com/MathieuGermain/typescript-template /issues"
3737 },
3838 "dependencies" : {},
3939 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments