Skip to content

Instantly share code, notes, and snippets.

View GrvExplorer's full-sized avatar

Gaurav Verma GrvExplorer

View GitHub Profile
@GrvExplorer
GrvExplorer / npmcrashcourse.txt
Created June 22, 2023 17:22 — forked from bradtraversy/npmcrashcourse.txt
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)