Skip to content

Commit a50ace3

Browse files
author
Evgeny Zakharov
authored
Merge pull request #6 from js-templates/chore/repo-name
Update library name
2 parents 7d3d957 + 15ba3a4 commit a50ace3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="logo.svg" width="200" align="center" alt="Typescript Library Logo" style="max-width: 100%;" />
33
<h1></h1>
44
<p align="center">
5-
TypeScript Library Description ✨
5+
Your Library Description ✨
66
</p>
77
</p>
88
<br/>
@@ -13,10 +13,10 @@
1313
<a href="https://opensource.org/licenses/MIT" rel="nofollow">
1414
<img src="https://img.shields.io/github/license/js-templates/typescript-library" alt="License">
1515
</a>
16-
<a href="https://www.npmjs.com/package/typescript-library" rel="nofollow">
17-
<img src="https://img.shields.io/npm/dw/typescript-library.svg" alt="npm">
16+
<a href="https://www.npmjs.com/package/@js-templates/typescript-library" rel="nofollow">
17+
<img src="https://img.shields.io/npm/dw/@js-templates/typescript-library.svg" alt="npm">
1818
</a>
19-
<a href="https://www.npmjs.com/package/typescript-library" rel="nofollow">
19+
<a href="https://www.npmjs.com/package/@js-templates/typescript-library" rel="nofollow">
2020
<img src="https://img.shields.io/github/stars/js-templates/typescript-library" alt="stars">
2121
</a>
2222
</p>
@@ -46,13 +46,13 @@ Go to [`release/latest`](https://github.com/js-templates/typescript-library/tree
4646
NPM:
4747

4848
```sh
49-
npm install typescript-library
49+
npm install @js-templates/typescript-library
5050
```
5151

5252
Yarn:
5353

5454
```sh
55-
yarn add typescript-library
55+
yarn add @js-templates/typescript-library
5656
```
5757

5858
## Contributing
@@ -118,9 +118,9 @@ Then, the `release` workflow handles everything:
118118

119119
### Replace everything
120120

121-
1. Replace all `js-templates/typescript-library` entries with your repo
122-
2. Replace all `typescript-library` entries with your library name
123-
3. Replace all `TypeScript Library Description` entries with your library description
121+
1. Replace all `@js-templates/typescript-library` entries with your library name
122+
2. Replace all `js-templates/typescript-library` entries with your repo path
123+
3. Replace all `Your Library Description` entries with your library description
124124
4. Replace all `Your Name` entries with your library name
125125
5. Update `logo.svg`
126126
6. Update logo's `alt`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "typescript-library",
2+
"name": "@js-templates/typescript-library",
33
"version": "0.0.0-set-by-ci",
4-
"description": "TypeScript Library Description",
4+
"description": "Your Library Description",
55
"author": "Your Name",
66
"main": "dist/index.js",
77
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)