We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7133dcc commit 6eb23e3Copy full SHA for 6eb23e3
src/next/base.ts
@@ -49,7 +49,7 @@ export const base = createBase({
49
.describe("AllContributors contributors to store in .all-contributorsrc"),
50
description: z
51
.string()
52
- .describe("sentence case description of the repository"),
+ .describe("'Sentence case.' description of the repository"),
53
directory: z.string(),
54
documentation: z
55
@@ -123,7 +123,7 @@ export const base = createBase({
123
.describe("additional properties to include in `package.json`"),
124
repository: z
125
126
- .describe("'Sentence case.' description of the repository"),
+ .describe("'kebab-case' or 'PascalCase' title of the repository"),
127
title: z.string().describe("'Title Case' title for the repository"),
128
usage: z
129
0 commit comments