Skip to content

Commit a41e155

Browse files
committed
Add template to cmd line args
1 parent 0f80979 commit a41e155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const argv: Args = minimist(process.argv.slice(2));
1515

1616
/** Templates available */
1717
const TEMPLATES = [
18+
magenta('express-js'),
1819
magenta('express-ts'),
1920
magenta('express-ts-eslint'),
2021
magenta('express-ts-mongoose'),

0 commit comments

Comments
 (0)