|
1 | 1 | # jsdoc-tsd-webpack-plugin |
2 | 2 |
|
3 | 3 |
|
4 | | -<a href="https://raw.githubusercontent.com/jaid/jsdoc-tsd-webpack-plugin/master/license.txt"><img src="https://img.shields.io/github/license/jaid/jsdoc-tsd-webpack-plugin?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor jsdoc-tsd-webpack-plugin"/></a> |
| 4 | +<a href="https://raw.githubusercontent.com/jaid/jsdoc-tsd-webpack-plugin/master/license.txt"><img src="https://img.shields.io/github/license/jaid/jsdoc-tsd-webpack-plugin?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor jsdoc-tsd-webpack-plugin"/></a> |
5 | 5 | <a href="https://actions-badge.atrox.dev/jaid/jsdoc-tsd-webpack-plugin/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Fjsdoc-tsd-webpack-plugin%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/jsdoc-tsd-webpack-plugin/commits"><img src="https://img.shields.io/github/commits-since/jaid/jsdoc-tsd-webpack-plugin/v3.3.6?style=flat-square&logo=github" alt="Commits since v3.3.6"/></a> <a href="https://github.com/jaid/jsdoc-tsd-webpack-plugin/commits"><img src="https://img.shields.io/github/last-commit/jaid/jsdoc-tsd-webpack-plugin?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/jsdoc-tsd-webpack-plugin/issues"><img src="https://img.shields.io/github/issues/jaid/jsdoc-tsd-webpack-plugin?style=flat-square&logo=github" alt="Issues"/></a> |
6 | 6 | <a href="https://npmjs.com/package/jsdoc-tsd-webpack-plugin"><img src="https://img.shields.io/npm/v/jsdoc-tsd-webpack-plugin?style=flat-square&logo=npm&label=latest%20version" alt="Latest version on npm"/></a> <a href="https://github.com/jaid/jsdoc-tsd-webpack-plugin/network/dependents"><img src="https://img.shields.io/librariesio/dependents/npm/jsdoc-tsd-webpack-plugin?style=flat-square&logo=npm" alt="Dependents"/></a> <a href="https://npmjs.com/package/jsdoc-tsd-webpack-plugin"><img src="https://img.shields.io/npm/dm/jsdoc-tsd-webpack-plugin?style=flat-square&logo=npm" alt="Downloads"/></a> |
7 | 7 |
|
|
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | +## Installation |
| 15 | + |
| 16 | +<a href="https://npmjs.com/package/jsdoc-tsd-webpack-plugin"><img src="https://img.shields.io/badge/npm-jsdoc--tsd--webpack--plugin-C23039?style=flat-square&logo=npm" alt="jsdoc-tsd-webpack-plugin on npm"/></a> |
| 17 | + |
| 18 | +```bash |
| 19 | +npm install --save jsdoc-tsd-webpack-plugin@^3.3.6 |
| 20 | +``` |
| 21 | + |
| 22 | +<a href="https://yarnpkg.com/package/jsdoc-tsd-webpack-plugin"><img src="https://img.shields.io/badge/Yarn-jsdoc--tsd--webpack--plugin-2F8CB7?style=flat-square&logo=yarn&logoColor=white" alt="jsdoc-tsd-webpack-plugin on Yarn"/></a> |
| 23 | + |
| 24 | +```bash |
| 25 | +yarn add jsdoc-tsd-webpack-plugin@^3.3.6 |
| 26 | +``` |
| 27 | + |
| 28 | +<a href="https://github.com/jaid/jsdoc-tsd-webpack-plugin/packages"><img src="https://img.shields.io/badge/GitHub Packages-@jaid/jsdoc--tsd--webpack--plugin-24282e?style=flat-square&logo=github" alt="@jaid/jsdoc-tsd-webpack-plugin on GitHub Packages"/></a> |
| 29 | +(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages)) |
| 30 | + |
| 31 | +```bash |
| 32 | +npm install --save @jaid/jsdoc-tsd-webpack-plugin@^3.3.6 |
| 33 | +``` |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
14 | 38 |
|
15 | 39 |
|
16 | 40 |
|
|
21 | 45 |
|
22 | 46 |
|
23 | 47 |
|
24 | | -## Installation |
25 | | -<a href="https://npmjs.com/package/jsdoc-tsd-webpack-plugin"><img src="https://img.shields.io/badge/npm-jsdoc--tsd--webpack--plugin-C23039?style=flat-square&logo=npm" alt="jsdoc-tsd-webpack-plugin on npm"/></a> |
26 | | -```bash |
27 | | -npm install --save jsdoc-tsd-webpack-plugin@^3.3.6 |
28 | | -``` |
29 | | -<a href="https://yarnpkg.com/package/jsdoc-tsd-webpack-plugin"><img src="https://img.shields.io/badge/Yarn-jsdoc--tsd--webpack--plugin-2F8CB7?style=flat-square&logo=yarn&logoColor=white" alt="jsdoc-tsd-webpack-plugin on Yarn"/></a> |
30 | | -```bash |
31 | | -yarn add jsdoc-tsd-webpack-plugin@^3.3.6 |
32 | | -``` |
33 | 48 |
|
34 | 49 |
|
35 | 50 |
|
@@ -58,26 +73,5 @@ npm run test |
58 | 73 |
|
59 | 74 |
|
60 | 75 | ## License |
61 | | -```text |
62 | | -MIT License |
63 | | -
|
64 | | -Copyright © 2020, Jaid <jaid.jsx@gmail.com> (github.com/jaid) |
65 | | -
|
66 | | -Permission is hereby granted, free of charge, to any person obtaining a copy |
67 | | -of this software and associated documentation files (the "Software"), to deal |
68 | | -in the Software without restriction, including without limitation the rights |
69 | | -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
70 | | -copies of the Software, and to permit persons to whom the Software is |
71 | | -furnished to do so, subject to the following conditions: |
72 | | -
|
73 | | -The above copyright notice and this permission notice shall be included in all |
74 | | -copies or substantial portions of the Software. |
75 | | -
|
76 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
77 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
78 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
79 | | -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
80 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
81 | | -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
82 | | -SOFTWARE. |
83 | | -``` |
| 76 | +[MIT License](https://raw.githubusercontent.com/jaid/jsdoc-tsd-webpack-plugin/master/license.txt) |
| 77 | +Copyright © 2021, Jaid \<jaid.jsx@gmail.com> (https://github.com/jaid) |
0 commit comments