You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ It sets up the following tooling for you:
45
45
46
46
## Setup
47
47
48
+
This package comes with a bootstrap/initialization setup script that fills out your repository's details, installs necessary packages, then removes itself and uninstalls setup dependencies.
49
+
48
50
First make sure you have the following installed:
49
51
50
52
-[GitHub CLI](https://cli.github.com)_(you'll need to be logged in)_
@@ -59,7 +61,7 @@ To use this template:
59
61
-`ACCESS_TOKEN`: A [GitHub PAT](https://github.com/settings/tokens/new) with _repo_ permissions
60
62
-`NPM_TOKEN`: An [npm access token](https://docs.npmjs.com/creating-and-viewing-access-tokens/) with _Automation_ permissions
61
63
4.`pnpm install`
62
-
5.`pnpm run setup`
64
+
5.`pnpm run setup` to run the setup script
63
65
6. Install the [Codecov GitHub App](https://github.com/marketplace/codecov) and [Renovate GitHub App](https://github.com/marketplace/renovate)
64
66
65
67
> The setup script removes the `## Explainer` and `## Setup` from this README.md.
0 commit comments