📝 Made notation on concerns regarding npm component
This commit is contained in:
parent
13f6adff2d
commit
c17acae59b
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ if [ $numrepos -eq 0 ] ; then
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
# initializes standard html/css/javascript project (incomplete)
|
# 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
|
read -e -r -p "${txtwhite}would you like to make this an npm project?(y/n): ${txtyellow}" confirmnpm
|
||||||
if [[ $confirmnpm == "y" || $confirmnpm == "yes" ]] ; then
|
if [[ $confirmnpm == "y" || $confirmnpm == "yes" ]] ; then
|
||||||
# Dependency check
|
# Dependency check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue