Skip to content

Commit d5103fa

Browse files
committed
another todo
1 parent 5203597 commit d5103fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ import chalk from 'chalk'
2727
let targetDir = argv._[0]
2828
try {
2929
// Prompts:
30-
// - Project name
30+
// - Component name
3131
// - Namespace (aka package name)
32-
// - Project language: JavaScript / TypeScript
3332
// - Add Vitest for testing?
3433
// - Add ESLint for code quality?
3534
// - Add Prettier for code formatting?
35+
// - TODO, select required permissions
3636
result = await prompts(
3737
[
3838
{

0 commit comments

Comments
 (0)