Skip to content

Commit f8993c3

Browse files
docs: add notice to bottom of templated README.mds (#96)
1 parent f6b4355 commit f8993c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

script/setup.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ try {
119119
"./package.json",
120120
],
121121
[/## Explainer.*## Usage/s, `## Usage`, "./README.md"],
122+
[
123+
"<!-- ALL-CONTRIBUTORS-LIST:END -->",
124+
`<!-- ALL-CONTRIBUTORS-LIST:END -->
125+
126+
<!-- You can remove this notice if you don't want it 🙂 no worries! -->
127+
128+
> 💙 This package is based on [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [template-typescript-node-package](https://github.com/JoshuaKGoldberg/template-typescript-node-package).`,
129+
"./README.md",
130+
],
122131
]) {
123132
await replace({ files, from, to });
124133
}

0 commit comments

Comments
 (0)