|
4 | 4 |
|
5 | 5 | This is a quick template to help me get a new refactoring repo going.
|
6 | 6 |
|
7 |
| -## Things to do after creating a repo off of this template |
8 |
| - |
9 |
| -1. Run `GITHUB_TOKEN=$(gh auth token) yarn tools:cli prepare-repository -r $(basename "$(pwd)")`. It will: |
10 |
| - |
11 |
| -- Update the `README.md` file with the actual repository name, CI badge, and commit history link |
12 |
| -- Update `package.json` with the repository's name and remote URL |
13 |
| -- Update the repo's homepage on GitHub with: |
14 |
| - - A description |
15 |
| - - A website link to https://github.com/kaiosilveira/refactoring |
16 |
| - - The following labels: javascript, refactoring, remove-subclass-refactoring |
17 |
| - |
18 |
| -2. Replace the lorem ipsum text sections below with actual text |
19 |
| - |
20 | 7 | ## Useful commands
|
21 | 8 |
|
22 | 9 | - Generate markdown containing a diff with patch information based on a range of commits:
|
@@ -119,10 +106,10 @@ And that's it!
|
119 | 106 |
|
120 | 107 | Below there's the commit history for the steps detailed above.
|
121 | 108 |
|
122 |
| -| Commit SHA | Message | |
123 |
| -| --------------------------------------------------------------------------- | ------------------------ | |
| 109 | +| Commit SHA | Message | |
| 110 | +| ------------------------------------------------------------------------------------- | ------------------------ | |
124 | 111 | | [cmt-sha-1](https://github.com/kaiosilveira/remove-subclass-refactoring/commit-SHA-1) | description of commit #1 |
|
125 | 112 | | [cmt-sha-2](https://github.com/kaiosilveira/remove-subclass-refactoring/commit-SHA-2) | description of commit #2 |
|
126 | 113 | | [cmt-sha-n](https://github.com/kaiosilveira/remove-subclass-refactoring/commit-SHA-n) | description of commit #n |
|
127 | 114 |
|
128 |
| -For the full commit history for this project, check the [Commit History tab](https://github.com/kaiosilveira/remove-subclass-refactoring/commits/main). |
| 115 | +For the full commit history for this project, check the [Commit History tab](https://github.com/kaiosilveira/remove-subclass-refactoring/commits/main). |
0 commit comments