Skip to content

Commit 488e007

Browse files
chore: rename back to template-typescript-node-package
1 parent f3b69ae commit 488e007

14 files changed

+39
-39
lines changed

.all-contributorsrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"README.md"
5858
],
5959
"imageSize": 100,
60-
"projectName": "template-typescript-package",
60+
"projectName": "template-typescript-node-package",
6161
"projectOwner": "JoshuaKGoldberg",
6262
"repoHost": "https://github.com",
6363
"repoType": "github",

.github/CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for your interest in contributing to `template-typescript-package`! 💖
3+
Thanks for your interest in contributing to `template-typescript-node-package`! 💖
44

55
> See [DEVELOPMENT.md](./DEVELOPMENT.md) for local development instructions.
66
@@ -10,7 +10,7 @@ This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT
1010

1111
## Reporting Issues
1212

13-
Please do [report an issue on the issue tracker](https://github.com/JoshuaKGoldberg/template-typescript-package/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.
13+
Please do [report an issue on the issue tracker](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.
1414

1515
## Sending Contributions
1616

@@ -22,8 +22,8 @@ There are two steps involved:
2222

2323
### Finding an Issue
2424

25-
With the exception of very small typos, all changes to this repository generally need to correspond to an [open issue marked as `accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22).
26-
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+label%3A%22good+first+issue%22+no%3Aassignee).
25+
With the exception of very small typos, all changes to this repository generally need to correspond to an [open issue marked as `accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22).
26+
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+label%3A%22good+first+issue%22+no%3Aassignee).
2727
If the issue you'd like to fix isn't found on the issue, see [Reporting Issues](#reporting-issues) for filing your own (please do!).
2828

2929
### Sending a Pull Request
@@ -34,7 +34,7 @@ Be sure to fill out the pull request template's requested information -- otherwi
3434
PRs are also expected to have a title that adheres to [commitlint](https://github.com/conventional-changelog/commitlint).
3535
Only PR titles need to be in that format, not individual commits.
3636
Don't worry if you get this wrong: you can always change the PR title after sending it.
37-
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/template-typescript-package/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
37+
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/template-typescript-node-package/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
3838

3939
Please try not to force-push commits to PRs that have already been reviewed.
4040
Doing so makes it harder to review the changes.

.github/DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):
44

55
```shell
6-
git clone https://github.com/<your-name-here>/template-typescript-package
7-
cd template-typescript-package
6+
git clone https://github.com/<your-name-here>/template-typescript-node-package
7+
cd template-typescript-node-package
88
pnpm install
99
```
1010

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Note: Please must use one of our issue templates to file an issue! 🛑 -->
2-
<!-- 👉 https://github.com/JoshuaKGoldberg/template-typescript-package/issues/new/choose 👈 -->
2+
<!-- 👉 https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/new/choose 👈 -->
33
<!-- **Issues that should have been filed with a template will be closed without action, and we will ask you to use a template.** -->
44

55
<!-- This blank issue template is only for issues that don't fit any of the templates. -->

.github/ISSUE_TEMPLATE/01-bug.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/ISSUE_TEMPLATE/02-documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
options:
1111
- label: I have pulled the latest `main` branch of the repository.
1212
required: true
13-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aissue) and found none that matched my issue.
13+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
1414
required: true
1515
type: checkboxes
1616
- attributes:

.github/ISSUE_TEMPLATE/03-feature.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/ISSUE_TEMPLATE/04-tooling.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aissue) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/PULL_REQUEST_TEMPLATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!-- 👋 Hi, thanks for sending a PR to template-typescript-package! 💖.
1+
<!-- 👋 Hi, thanks for sending a PR to template-typescript-node-package! 💖.
22
Please fill out all fields below and make sure each item is true and [x] checked.
33
Otherwise we may not be able to review your PR. -->
44

55
## PR Checklist
66

77
- [ ] Addresses an existing open issue: fixes #000
8-
- [ ] That issue was marked as [accepting prs](https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22)
9-
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-package/blob/main/.github/CONTRIBUTING.md) were taken
8+
- [ ] That issue was marked as [accepting prs](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22)
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Changelog
22

3-
# [1.7.0](https://github.com/JoshuaKGoldberg/template-typescript-package/compare/v1.6.0...v1.7.0) (2022-12-14)
3+
# [1.7.0](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.6.0...v1.7.0) (2022-12-14)
44

55
### Features
66

7-
- used semantic-release/exec to clean changelog headings ([#109](https://github.com/JoshuaKGoldberg/template-typescript-package/issues/109)) ([db88e12](https://github.com/JoshuaKGoldberg/template-typescript-package/commit/db88e12afd863020d46f9aaec12a4ef1d824c94b))
7+
- used semantic-release/exec to clean changelog headings ([#109](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/109)) ([db88e12](https://github.com/JoshuaKGoldberg/template-typescript-node-package/commit/db88e12afd863020d46f9aaec12a4ef1d824c94b))
88

99
<!-- markdownlint-disable no-duplicate-heading -->
1010

1111
# Changelog
1212

13-
## [1.6.0](https://github.com/JoshuaKGoldberg/template-typescript-package/compare/v1.5.0...v1.6.0) (2022-12-13)
13+
## [1.6.0](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.5.0...v1.6.0) (2022-12-13)
1414

1515
### Features
1616

17-
- change GHANGELOG.md title to include hash ([297eb4e](https://github.com/JoshuaKGoldberg/template-typescript-package/commit/297eb4edf9187d7f38d03e3be2daf169f05fe8a4))
17+
- change GHANGELOG.md title to include hash ([297eb4e](https://github.com/JoshuaKGoldberg/template-typescript-node-package/commit/297eb4edf9187d7f38d03e3be2daf169f05fe8a4))
1818

19-
## [1.5.0](https://github.com/JoshuaKGoldberg/template-typescript-package/compare/v1.4.0...v1.5.0) (2022-12-13)
19+
## [1.5.0](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.4.0...v1.5.0) (2022-12-13)
2020

2121
### Features
2222

23-
- add test entry to CHANGELOG.md ([c39b3db](https://github.com/JoshuaKGoldberg/template-typescript-package/commit/c39b3db1ad2bf8cd9eb2939ac1d3bba848a2f3d5))
23+
- add test entry to CHANGELOG.md ([c39b3db](https://github.com/JoshuaKGoldberg/template-typescript-node-package/commit/c39b3db1ad2bf8cd9eb2939ac1d3bba848a2f3d5))
2424

25-
## [1.4.0](https://github.com/JoshuaKGoldberg/template-typescript-package/compare/v1.3.0...v1.4.0) (2022-12-13)
25+
## [1.4.0](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.3.0...v1.4.0) (2022-12-13)
2626

2727
### Features
2828

29-
- bind console log for performance (not really) ([#105](https://github.com/JoshuaKGoldberg/template-typescript-package/issues/105)) ([98155c5](https://github.com/JoshuaKGoldberg/template-typescript-package/commit/98155c5fdb301c78bc9a04a5933b4843fb186692))
29+
- bind console log for performance (not really) ([#105](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/105)) ([98155c5](https://github.com/JoshuaKGoldberg/template-typescript-node-package/commit/98155c5fdb301c78bc9a04a5933b4843fb186692))

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1111
<!-- prettier-ignore-end -->
1212
</a>
13-
<a href="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-package" target="_blank">
14-
<img alt="Codecov Test Coverage" src="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-package/branch/main/graph/badge.svg?token=eVIFY4MhfQ"/>
13+
<a href="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-node-package" target="_blank">
14+
<img alt="Codecov Test Coverage" src="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-node-package/branch/main/graph/badge.svg?token=eVIFY4MhfQ"/>
1515
</a>
16-
<a href="https://github.com/JoshuaKGoldberg/template-typescript-package/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank">
16+
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank">
1717
<img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" />
1818
</a>
19-
<a href="https://github.com/JoshuaKGoldberg/template-typescript-package/blob/main/LICENSE.md" target="_blank">
20-
<img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/template-typescript-package?color=21bb42">
19+
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/LICENSE.md" target="_blank">
20+
<img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/template-typescript-node-package?color=21bb42">
2121
</a>
2222
<a href="https://github.com/sponsors/JoshuaKGoldberg" target="_blank">
2323
<img alt="Sponsor: On GitHub" src="https://img.shields.io/badge/sponsor-on_github-21bb42.svg" />
@@ -49,7 +49,7 @@ First make sure you have the following installed:
4949

5050
To use this template:
5151

52-
1. Click the [_Use this template_](https://github.com/JoshuaKGoldberg/template-typescript-package/generate) button to create a new repository with the same Git history
52+
1. Click the [_Use this template_](https://github.com/JoshuaKGoldberg/template-typescript-node-package/generate) button to create a new repository with the same Git history
5353
2. Open that repository, such as by [cloning it locally](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) or [developing in a codespace](https://docs.github.com/en/codespaces/developing-in-codespaces/developing-in-a-codespace)
5454
3. `pnpm install`
5555
4. `pnpm run setup`
@@ -59,11 +59,11 @@ To use this template:
5959
## Usage
6060

6161
```shell
62-
npm i template-typescript-package
62+
npm i template-typescript-node-package
6363
```
6464

6565
```ts
66-
import { greet } from "template-typescript-package";
66+
import { greet } from "template-typescript-node-package";
6767

6868
greet("Hello, world!");
6969
```
@@ -84,7 +84,7 @@ Thanks! 💖
8484
<table>
8585
<tbody>
8686
<tr>
87-
<td align="center"><a href="http://www.joshuakgoldberg.com"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg"/><br /><sub><b>Josh Goldberg</b></sub></a><br /><a href="https://github.com/JoshuaKGoldberg/template-typescript-package/issues?q=author%3AJoshuaKGoldberg" title="Bug reports">🐛</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-package/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="#content-JoshuaKGoldberg" title="Content">🖋</a> <a href="#example-JoshuaKGoldberg" title="Examples">💡</a> <a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-JoshuaKGoldberg" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="#platform-JoshuaKGoldberg" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-JoshuaKGoldberg" title="Project Management">📆</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-package/pulls?q=is%3Apr+reviewed-by%3AJoshuaKGoldberg" title="Reviewed Pull Requests">👀</a> <a href="#security-JoshuaKGoldberg" title="Security">🛡️</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-package/commits?author=JoshuaKGoldberg" title="Tests">⚠️</a></td>
87+
<td align="center"><a href="http://www.joshuakgoldberg.com"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg"/><br /><sub><b>Josh Goldberg</b></sub></a><br /><a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=author%3AJoshuaKGoldberg" title="Bug reports">🐛</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="#content-JoshuaKGoldberg" title="Content">🖋</a> <a href="#example-JoshuaKGoldberg" title="Examples">💡</a> <a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-JoshuaKGoldberg" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="#platform-JoshuaKGoldberg" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-JoshuaKGoldberg" title="Project Management">📆</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/pulls?q=is%3Apr+reviewed-by%3AJoshuaKGoldberg" title="Reviewed Pull Requests">👀</a> <a href="#security-JoshuaKGoldberg" title="Security">🛡️</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a> <a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/commits?author=JoshuaKGoldberg" title="Tests">⚠️</a></td>
8888
<td align="center"><a href="https://sinchang.me"><img src="https://avatars.githubusercontent.com/u/3297859?v=4?s=100" width="100px;" alt="Jeff Wen"/><br /><sub><b>Jeff Wen</b></sub></a><br /><a href="#tool-sinchang" title="Tools">🔧</a></td>
8989
<td align="center"><a href="https://paulisaweso.me/"><img src="https://avatars.githubusercontent.com/u/6335792?v=4?s=100" width="100px;" alt="Paul Esch-Laurent"/><br /><sub><b>Paul Esch-Laurent</b></sub></a><br /><a href="#tool-Pinjasaur" title="Tools">🔧</a></td>
9090
<td align="center"><a href="https://github.com/NazCodeland"><img src="https://avatars.githubusercontent.com/u/113494366?v=4?s=100" width="100px;" alt="NazCodeland"/><br /><sub><b>NazCodeland</b></sub></a><br /><a href="#tool-NazCodeland" title="Tools">🔧</a></td>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"*": "prettier --ignore-unknown --write"
4848
},
4949
"main": "./lib/index.js",
50-
"name": "template-typescript-package",
50+
"name": "template-typescript-node-package",
5151
"packageManager": "[email protected]",
5252
"repository": {
5353
"type": "git",
54-
"url": "https://github.com/JoshuaKGoldberg/template-typescript-package"
54+
"url": "https://github.com/JoshuaKGoldberg/template-typescript-node-package"
5555
},
5656
"scripts": {
5757
"build": "tsc",

script/setup.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ try {
1313
console.clear();
1414
console.log(
1515
chalk.greenBright`Welcome to the`,
16-
chalk.bgGreenBright`template-typescript-package`,
16+
chalk.bgGreenBright`template-typescript-node-package`,
1717
chalk.greenBright`package setup!`
1818
);
1919
console.log(
@@ -111,7 +111,7 @@ try {
111111
[existingPackage.description, description],
112112
["Template TypeScript Node Package", title],
113113
["JoshuaKGoldberg", organization],
114-
["template-typescript-package", repository],
114+
["template-typescript-node-package", repository],
115115
[/"setup": ".*",/, ``, "./package.json"],
116116
[
117117
`"version": "${existingPackage.version}"`,
@@ -125,7 +125,7 @@ try {
125125
126126
<!-- You can remove this notice if you don't want it 🙂 no worries! -->
127127
128-
> 💙 This package is based on [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [template-typescript-package](https://github.com/JoshuaKGoldberg/template-typescript-package).`,
128+
> 💙 This package is based on [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [template-typescript-node-package](https://github.com/JoshuaKGoldberg/template-typescript-node-package).`,
129129
"./README.md",
130130
],
131131
]) {

vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
reporter: ["html", "lcov"],
99

1010
// c8 reports types-only lines as uncovered
11-
// https://github.com/JoshuaKGoldberg/template-typescript-package/issues/100
11+
// https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/100
1212
provider: "istanbul",
1313
},
1414
},

0 commit comments

Comments
 (0)