|
1 | 1 | <div align="center">
|
2 | 2 |
|
3 |
| -# Template for a Node Package using TypeScript |
| 3 | +# typedoc-plugin-require-tags |
4 | 4 |
|
5 |
| -[](https://www.npmjs.com/package/__package_name__) |
6 |
| -[](https://github.com/RebeccaStevens/template-typescript-node-package/actions/workflows/release.yml) |
7 |
| -[](https://codecov.io/gh/RebeccaStevens/template-typescript-node-package)\ |
| 5 | +[](https://www.npmjs.com/package/typedoc-plugin-require-tags) |
| 6 | +[](https://github.com/RebeccaStevens/typedoc-plugin-require-tags/actions/workflows/release.yml) |
| 7 | +[](https://codecov.io/gh/RebeccaStevens/typedoc-plugin-require-tags)\ |
8 | 8 | [](https://github.com/prettier/prettier)
|
9 |
| -[](https://github.com/RebeccaStevens/template-typescript-node-package/discussions) |
10 |
| -[](https://opensource.org/licenses/BSD-3-Clause) |
| 9 | +[](https://github.com/RebeccaStevens/typedoc-plugin-require-tags/discussions) |
| 10 | +[](https://opensource.org/licenses/BSD-3-Clause) |
11 | 11 | [](https://commitizen.github.io/cz-cli/)
|
12 | 12 | [](https://github.com/semantic-release/semantic-release)
|
13 | 13 |
|
|
21 | 21 |
|
22 | 22 | ```sh
|
23 | 23 | # Install with npm
|
24 |
| -npm install -D __package_name__ |
| 24 | +npm install -D typedoc-plugin-require-tags |
25 | 25 |
|
26 | 26 | # Install with pnpm
|
27 |
| -pnpm add -D __package_name__ |
| 27 | +pnpm add -D typedoc-plugin-require-tags |
28 | 28 |
|
29 | 29 | # Install with yarn
|
30 |
| -yarn add -D __package_name__ |
| 30 | +yarn add -D typedoc-plugin-require-tags |
31 | 31 | ```
|
0 commit comments