Skip to content

Commit cf7d484

Browse files
committed
italics πŸ™…β€β™‚οΈ emojis πŸ‘Œ
1 parent 85a85b1 commit cf7d484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Žpackages/cli/commands/create.tsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const create = new Command('create')
6666
const highlight = (str: string) => pc.bold(pc.cyan(str));
6767

6868
let i = 1;
69-
const initialSteps: string[] = [pc.italic('Project steps'), ''];
69+
const initialSteps: string[] = ['πŸ“ Project steps', ''];
7070
const relative = path.relative(process.cwd(), directory);
7171
const pm =
7272
packageManager ?? (await detect({ cwd: directory }))?.name ?? getUserAgent() ?? 'npm';
@@ -92,7 +92,7 @@ export const create = new Command('create')
9292
];
9393

9494
if (addOnNextSteps.length > 0) {
95-
steps.push('', pc.italic('Add-on steps'), '');
95+
steps.push('', '🧩 Add-on steps', '');
9696
for (const step of addOnNextSteps) {
9797
const indented = step.replaceAll(' -', ' -');
9898
steps.push(` ${indented}`);

0 commit comments

Comments
Β (0)