Skip to content

Commit b226ef6

Browse files
committed
add docs
1 parent 14ec949 commit b226ef6

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@
44

55
This is a quick template to help me get a new refactoring repo going.
66

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-
207
## Useful commands
218

229
- Generate markdown containing a diff with patch information based on a range of commits:
@@ -119,10 +106,10 @@ And that's it!
119106

120107
Below there's the commit history for the steps detailed above.
121108

122-
| Commit SHA | Message |
123-
| --------------------------------------------------------------------------- | ------------------------ |
109+
| Commit SHA | Message |
110+
| ------------------------------------------------------------------------------------- | ------------------------ |
124111
| [cmt-sha-1](https://github.com/kaiosilveira/remove-subclass-refactoring/commit-SHA-1) | description of commit #1 |
125112
| [cmt-sha-2](https://github.com/kaiosilveira/remove-subclass-refactoring/commit-SHA-2) | description of commit #2 |
126113
| [cmt-sha-n](https://github.com/kaiosilveira/remove-subclass-refactoring/commit-SHA-n) | description of commit #n |
127114

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

Comments
 (0)