You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,9 +22,7 @@ export async function create(target, { name }) {
14
22
awaitmkdirp(targetDirectory);
15
23
}
16
24
17
-
console.log(
18
-
`\nauto-reveal\n\n Setting up your presentation in \n ${targetDirectory}\n\n Hint: Create new slides by running "auto-reveal add". \n Hint: Create new vertical slides by adding "---" inside your slide markdown file.\n`,
`\nauto-reveal\n\n Setting up your presentation in\n ${cwd}\n\n Hint: Create new slides by running "auto-reveal add".\n Hint: Create new vertical slides by adding "---" inside your slide markdown file.\n`,
20
+
`\nauto-reveal\n\n Setting up your presentation in\n ${cwd}\n\n Hint: Create new slides by running "auto-reveal add".\n Hint: Create new vertical slides by adding "---" inside your slide markdown file.\n`,
0 commit comments