📝 Made notation on concerns regarding npm component

This commit is contained in:
z3rOR0ne 2022-07-29 10:29:25 -07:00
parent 13f6adff2d
commit c17acae59b

View file

@ -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