Skip to content

Instantly share code, notes, and snippets.

View rambabu-patidar's full-sized avatar
🎯
Focusing

Rambabu Patidar rambabu-patidar

🎯
Focusing
View GitHub Profile
@bradtraversy
bradtraversy / npmcrashcourse.txt
Last active September 29, 2024 21:04
NPM Crash Course Commands
# GET VERSION
npm -v (or --version)
# GET HELP
npm help
npm
# CREATE PACKAGE.JSON
npm init
npm init -y (or --yes)