File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const title = "Create TypeScript App";
11
11
12
12
await $ ( {
13
13
stdio : "inherit" ,
14
- } ) `c8 -o ./coverage -r html -r lcov --src src node ./bin/index.js --base everything --mode migrate --bin ./bin/index.js --description ${ description } --email-github ${ emailGithub } --email-npm ${ emailNpm } --guide " https://www.joshuakgoldberg.com/blog/contributing-to-a-create-typescript-app-repository" --guide-title "Contributing to a create-typescript-app Repository" --owner ${ owner } --title ${ title } --repository ${ repository } --skip-all-contributors-api --skip-github-api --skip-install` ;
14
+ } ) `c8 -o ./coverage -r html -r lcov --src src node ./bin/index.js --base everything --mode migrate --bin ./bin/index.js --description ${ description } --email-github ${ emailGithub } --email-npm ${ emailNpm } --guide https://www.joshuakgoldberg.com/blog/contributing-to-a-create-typescript-app-repository --guide-title "Contributing to a create-typescript-app Repository" --owner ${ owner } --title ${ title } --repository ${ repository } --skip-all-contributors-api --skip-github-api --skip-install` ;
15
15
16
16
const { stdout : gitStatus } = await $ `git status` ;
17
17
console . log ( `Stdout from running \`git status\`:\n${ gitStatus } ` ) ;
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ export async function readOptions(
85
85
excludeTests : values [ "unit-tests" ] ,
86
86
funding : values . funding ,
87
87
guide : values . guide ,
88
+ guideTitle : values [ "guide-title" ] ,
88
89
logo : values . logo ,
89
90
offline : values . offline ,
90
91
owner : values . owner ,
You can’t perform that action at this time.
0 commit comments