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
'sqlite-git-ignore': Flags.boolean({description: 'Add SQLite Database to gitignore',char: 'G'}),
16
-
'use-pnpm': Flags.boolean({description: 'Use pnpm instead of npm or yarn',char: 'p'}),
17
-
'use-npm': Flags.boolean({description: 'Use npm instead of pnpm or yarn',char: 'n'}),
18
-
'use-yarn': Flags.boolean({description: 'Use yarn instead of pnpm or npm',char: 'y'}),
16
+
'use-pnpm': Flags.boolean({description: 'Use pnpm instead of npm, yarn or bun',char: 'p'}),
17
+
'use-npm': Flags.boolean({description: 'Use npm instead of pnpm, yarn or bun',char: 'n'}),
18
+
'use-yarn': Flags.boolean({description: 'Use yarn instead of pnpm, npm or bun',char: 'y'}),
19
+
'use-bun': Flags.boolean({description: 'Use bun instead of pnpm, yarn or npm',char: 'b'}),
19
20
database: Flags.string({description: 'The default database driver to use',char: 'd',options: ['MySQL','PostgreSQL','SQLite','MSSQL','Oracle','skip']}),
20
21
dev: Flags.boolean({description: 'Use dev branch'}),
21
22
git: Flags.boolean({description: 'Initialize a Git repository',char: 'g'}),
0 commit comments