Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuteotia committed Feb 9, 2024
1 parent 2daa03a commit 5ee600e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cat > README.md <<EOF
# Project Name
# Typescript & Node starter

## Overview

Expand All @@ -9,11 +8,11 @@ This project uses TypeScript, ESLint, Jest, Winston, Prettier, and more. Please

To get started, run the following commands:

1. \`npm install\` && \`npm start\`
1. `npm install` && `npm start`

2. If you want to update packages to the latest versions (optional), you can use the following commands:
\`npx npm-check-updates -u\` & \`npm install\`
`npx npm-check-updates -u` & `npm install`

3. Additionally, if you want to check for any outdated npm packages, you can run: \`npm outdated\`. If you find any outdated modules, please repeat step 2.
3. Additionally, if you want to check for any outdated npm packages, you can run: `npm outdated`. If you find any outdated modules, please repeat step 2.
EOF

0 comments on commit 5ee600e

Please sign in to comment.