Skip to content

Instantly share code, notes, and snippets.

View Ralph313-creator's full-sized avatar
💭
I may be slow to respond.

Ralph Ocba Ralph313-creator

💭
I may be slow to respond.
  • 23:14 - 12h behind
View GitHub Profile
@Ralph313-creator
Ralph313-creator / npmcrashcourse.txt
Created January 14, 2023 08:15 — 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)