From c17acae59bfdca1818b006d6b86ed372d91a3c40 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 29 Jul 2022 10:29:25 -0700 Subject: [PATCH] :memo: Made notation on concerns regarding npm component --- scripts/bgit | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bgit b/scripts/bgit index 6e086f06..80c43e7a 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -85,6 +85,7 @@ if [ $numrepos -eq 0 ] ; then while true do # initializes standard html/css/javascript project (incomplete) + # perhaps put in separate script that may/can be called from bgit...what if they just want nginx or apache or php? read -e -r -p "${txtwhite}would you like to make this an npm project?(y/n): ${txtyellow}" confirmnpm if [[ $confirmnpm == "y" || $confirmnpm == "yes" ]] ; then # Dependency check