Skip to content

Commit f2a958f

Browse files
committed
Added mongoose select option
1 parent b0f2cff commit f2a958f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ interface Args extends minimist.ParsedArgs {
1414
const argv: Args = minimist(process.argv.slice(2));
1515

1616
/** Templates available */
17-
const TEMPLATES = [magenta('express-ts'), magenta('express-ts-eslint')];
17+
const TEMPLATES = [
18+
magenta('express-ts'),
19+
magenta('express-ts-eslint'),
20+
magenta('express-ts-mongoose'),
21+
];
1822

1923
const targetOptions = {
2024
appName: '',

0 commit comments

Comments
 (0)