|
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 Description ✨ |
| 5 | + ✨ Your Library Description ✨ |
6 | 6 | </p>
|
7 | 7 | </p>
|
8 | 8 | <br/>
|
|
13 | 13 | <a href="https://opensource.org/licenses/MIT" rel="nofollow">
|
14 | 14 | <img src="https://img.shields.io/github/license/js-templates/typescript-library" alt="License">
|
15 | 15 | </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"> |
18 | 18 | </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"> |
20 | 20 | <img src="https://img.shields.io/github/stars/js-templates/typescript-library" alt="stars">
|
21 | 21 | </a>
|
22 | 22 | </p>
|
@@ -46,13 +46,13 @@ Go to [`release/latest`](https://github.com/js-templates/typescript-library/tree
|
46 | 46 | NPM:
|
47 | 47 |
|
48 | 48 | ```sh
|
49 |
| -npm install typescript-library |
| 49 | +npm install @js-templates/typescript-library |
50 | 50 | ```
|
51 | 51 |
|
52 | 52 | Yarn:
|
53 | 53 |
|
54 | 54 | ```sh
|
55 |
| -yarn add typescript-library |
| 55 | +yarn add @js-templates/typescript-library |
56 | 56 | ```
|
57 | 57 |
|
58 | 58 | ## Contributing
|
@@ -118,9 +118,9 @@ Then, the `release` workflow handles everything:
|
118 | 118 |
|
119 | 119 | ### Replace everything
|
120 | 120 |
|
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 |
124 | 124 | 4. Replace all `Your Name` entries with your library name
|
125 | 125 | 5. Update `logo.svg`
|
126 | 126 | 6. Update logo's `alt`
|
|
0 commit comments