File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<img src =" logo.svg " width =" 200 " align =" center " alt =" Typescript Library Logo " style =" max-width : 100% ;" />
3
3
<h1 ></h1 >
4
4
<p align =" center " >
5
- ✨ Typescript library template ✨
5
+ ✨ TypeScript Library Description ✨
6
6
</p >
7
7
</p >
8
8
<br />
@@ -120,9 +120,9 @@ Then, the `release` workflow handles everything:
120
120
121
121
1 . Replace all ` js-templates/typescript-library ` entries with your repo
122
122
2 . Replace all ` typescript-library ` entries with your library name
123
- 3 . Replace all ` Your Name ` entries with your library name
124
- 4 . Update ` logo.svg `
125
- 5 . Update description in ` README.md `
123
+ 3 . Replace all ` TypeScript Library Description ` entries with your library description
124
+ 4 . Replace all ` Your Name ` entries with your library name
125
+ 5 . Update ` logo.svg `
126
126
6 . Update logo's ` alt `
127
127
128
128
### Add secrets
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-library" ,
3
3
"version" : " 0.0.0-set-by-ci" ,
4
- "description" : " A TypeScript library starter template " ,
4
+ "description" : " TypeScript Library Description " ,
5
5
"author" : " Your Name" ,
6
6
"main" : " dist/index.js" ,
7
7
"exports" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments