Skip to content

Commit dd37857

Browse files
domdomeggclaude
andauthored
Add gh repo create step to README quick start (#25)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d34dcc5 commit dd37857

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Personal template for creating TypeScript libraries.
66

77
*Prequisites: Node.js, Git, and the GitHub CLI (authed). AI agents like [Claude Code](https://www.anthropic.com/claude-code) should be able to complete all these steps.*
88

9-
1. Run the setup script: `node setup.js [--private]`
9+
1. Create a new repository from this template: `gh repo create <name> --template domdomegg/typescript-library-template --clone --public` (or `--private`)
10+
2. Run the setup script: `node setup.js [--private]`
1011
- `--private` will prevent the package being published to NPM. Usually packages should be public and will be published, but if you're unsure ask the user.
11-
2. Complete the TODOs in `package.json` and `README.md` (don't change anything else!)
12-
3. Run `npm install`, then check everything works with `npm run test && npm run build && npm run lint`
13-
4. Commit the changes with the commit message 'Initialization from template'
12+
3. Complete the TODOs in `package.json` and `README.md` (don't change anything else!)
13+
4. Run `npm install`, then check everything works with `npm run test && npm run build && npm run lint`
14+
5. Commit the changes with the commit message 'Initialization from template'

0 commit comments

Comments
 (0)