Skip to content

Commit 6f4b1d1

Browse files
authored
Update netepscript.sh
1 parent 021402c commit 6f4b1d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

netepscript.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ RED='\033[0;31m'
77
BOLD='\033[1m'
88
NC='\033[0m' # No Color (for reset)
99

10+
VERSION=$(jq -r .version package.json)
11+
1012
echo -e "${GREEN}=========================================================${NC}"
11-
echo -e "${BLUE} ${BOLD}netepScript${NC}"
13+
echo -e "${BLUE} ${BOLD}netepScript v${VERSION}${NC}"
1214
echo -e "${BLUE} Installation script for Node.js server${NC}"
1315
echo -e "${YELLOW} Including: Express.js, TypeScript, ESLint, and Prettier${NC}"
1416
echo -e "${RED}${BOLD} Author: Synergy2Devs${NC}"

0 commit comments

Comments
 (0)