From 79100956be5ae3c43f963aea636bb11e160c1490 Mon Sep 17 00:00:00 2001 From: adripo <26493496+adripo@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:32:53 +0200 Subject: [PATCH 01/14] feat: Add Postgres template --- bin/configs.js | 31 ++++++++++ bin/index.js | 162 ++++++++++++++++++++++++++++--------------------- 2 files changed, 125 insertions(+), 68 deletions(-) diff --git a/bin/configs.js b/bin/configs.js index b0f06c3..a1a415f 100644 --- a/bin/configs.js +++ b/bin/configs.js @@ -13,6 +13,16 @@ export const commands = { init: { command: "init", description: "Initialize a new Express server.", + options: [ + { + flags: "-t, --template