Skip to content

Instantly share code, notes, and snippets.

View GrvExplorer's full-sized avatar

Gaurav Verma GrvExplorer

View GitHub Profile
{
"version": "0.3.4",
"notes": "Trial to update",
"pub_date": "2025-11-16T00:00:00Z",
"platforms": {
"windows-x86_64": {
"signature": "https://github.com/blaze-timetrack/release-blaze/blob/main/Blaze_0.3.4_x64-setup.exe.sig",
"url": "https://github.com/blaze-timetrack/release-blaze/blob/main/Blaze_0.3.4_x64-setup.exe"
}
}
@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)