Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Riiiad's full-sized avatar
🎯
Focusing

Riad Zejnilagic Trumic Riiiad

🎯
Focusing
View GitHub Profile
{"lastUpload":"2019-11-19T09:59:16.889Z","extensionVersion":"v3.4.3"}
@Riiiad
Riiiad / npmcrashcourse.txt
Created September 20, 2017 08:10 — 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)