Merge Branch create-util #19
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@matthiesenxyz/create-astro-ghostcms",
|
||||
"version": "0.0.1-dev17",
|
||||
"version": "0.0.1-dev18",
|
||||
"description": "Utility to quickly get started with our Integration and astro",
|
||||
"type": "module",
|
||||
"main": "./create-astro-ghostcms.mjs",
|
||||
|
|
|
@ -46,7 +46,7 @@ export async function createBasic(ctx) {
|
|||
initialValue: false,
|
||||
}),
|
||||
GitRepo: () => p.confirm({
|
||||
message: `${c.cyan('Initialize a Git repository?')} ${c.italic(c.gray(`( Tip: If this option gets 'stuck' press the enter button a second time! )`))}`,
|
||||
message: `${c.cyan('Initialize a Git repository?')} ${c.italic(c.gray("( Tip: This Option gets Stuck Press Enter Twice if you get no reponse! )"))}`,
|
||||
initialValue: false,
|
||||
}),
|
||||
readyCheck: () => p.confirm({
|
||||
|
|
Loading…
Reference in New Issue