Skip to content

Commit d00c1d2

Browse files
chore: set project name
1 parent d04f9ca commit d00c1d2

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
issuehunt: RebeccaStevens/template-typescript-node-package
1+
issuehunt: RebeccaStevens/typedoc-plugin-require-tags
22
ko_fi: rebeccastevens
3-
custom: https://github.com/RebeccaStevens/template-typescript-node-package/blob/main/DONATIONS.md
3+
custom: https://github.com/RebeccaStevens/typedoc-plugin-require-tags/blob/main/DONATIONS.md

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div align="center">
22

3-
# Template for a Node Package using TypeScript
3+
# typedoc-plugin-require-tags
44

5-
[![npm version](https://img.shields.io/npm/v/__package_name__.svg)](https://www.npmjs.com/package/__package_name__)
6-
[![CI](https://github.com/RebeccaStevens/template-typescript-node-package/actions/workflows/release.yml/badge.svg)](https://github.com/RebeccaStevens/template-typescript-node-package/actions/workflows/release.yml)
7-
[![Coverage Status](https://codecov.io/gh/RebeccaStevens/template-typescript-node-package/branch/main/graph/badge.svg?token=MVpR1oAbIT)](https://codecov.io/gh/RebeccaStevens/template-typescript-node-package)\
5+
[![npm version](https://img.shields.io/npm/v/typedoc-plugin-require-tags.svg)](https://www.npmjs.com/package/typedoc-plugin-require-tags)
6+
[![CI](https://github.com/RebeccaStevens/typedoc-plugin-require-tags/actions/workflows/release.yml/badge.svg)](https://github.com/RebeccaStevens/typedoc-plugin-require-tags/actions/workflows/release.yml)
7+
[![Coverage Status](https://codecov.io/gh/RebeccaStevens/typedoc-plugin-require-tags/branch/main/graph/badge.svg?token=MVpR1oAbIT)](https://codecov.io/gh/RebeccaStevens/typedoc-plugin-require-tags)\
88
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
9-
[![GitHub Discussions](https://img.shields.io/github/discussions/RebeccaStevens/template-typescript-node-package?style=flat-square)](https://github.com/RebeccaStevens/template-typescript-node-package/discussions)
10-
[![BSD 3 Clause license](https://img.shields.io/github/license/RebeccaStevens/template-typescript-node-package.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
9+
[![GitHub Discussions](https://img.shields.io/github/discussions/RebeccaStevens/typedoc-plugin-require-tags?style=flat-square)](https://github.com/RebeccaStevens/typedoc-plugin-require-tags/discussions)
10+
[![BSD 3 Clause license](https://img.shields.io/github/license/RebeccaStevens/typedoc-plugin-require-tags.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
1111
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
1212
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
1313

@@ -21,11 +21,11 @@
2121

2222
```sh
2323
# Install with npm
24-
npm install -D __package_name__
24+
npm install -D typedoc-plugin-require-tags
2525

2626
# Install with pnpm
27-
pnpm add -D __package_name__
27+
pnpm add -D typedoc-plugin-require-tags
2828

2929
# Install with yarn
30-
yarn add -D __package_name__
30+
yarn add -D typedoc-plugin-require-tags
3131
```

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "__package_name__",
2+
"name": "typedoc-plugin-require-tags",
33
"version": "0.0.0-development",
44
"private": true,
55
"description": "",
66
"keywords": [],
7-
"homepage": "https://github.com/RebeccaStevens/template-typescript-node-package#readme",
7+
"homepage": "https://github.com/RebeccaStevens/typedoc-plugin-require-tags#readme",
88
"bugs": {
9-
"url": "https://github.com/RebeccaStevens/template-typescript-node-package/issues"
9+
"url": "https://github.com/RebeccaStevens/typedoc-plugin-require-tags/issues"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/RebeccaStevens/template-typescript-node-package"
13+
"url": "git+https://github.com/RebeccaStevens/typedoc-plugin-require-tags"
1414
},
1515
"license": "BSD-3-Clause",
1616
"author": {

0 commit comments

Comments
 (0)