Skip to content

Instantly share code, notes, and snippets.

View Nayananga's full-sized avatar
🏎️
Best never rest !!

Nayananga Anuradha Muhandiram Nayananga

🏎️
Best never rest !!
View GitHub Profile
# GET VERSION
yarn -v (or --version)
# GET HELP
yarn help
# CREATE PACKAGE.JSON
yarn init
yarn init -y // Use defaults
@bradtraversy
bradtraversy / npmcrashcourse.txt
Last active April 13, 2024 04:54
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)