Download Markdown
Best for copying commands, snippets, and config into notes, prompts, or docs
Download MarkdownTools
Print-ready cheat sheet for npm, organized for fast lookup, study, and desk-side use
Sample
node -v && npm -v # check installed versions
npm install -g npm@latest # update npm itself
nvm install --lts # install Node LTS via nvm
nvm use 20 # switch to Node 20
npm install | Install all dependencies from package.json |
npm install pkg | Add package as dependency |
npm install -D pkg | Add package as devDependency |
npm install -g pkg | Install package globally |
npm install pkg@2.1.0 | Install specific version |
npm ci | Clean install from lock file (CI/CD) |
npm uninstall pkg | Remove package |
Download the full cheat sheet for all sections, formatted for print
Download PDFDownloads
Recommended
B&W, ink-efficient. The default for laser printers and photocopies
Best for Printouts and desk-side reference
Warm color accents for on-screen reading or color printers
Best for Screen reading or color printers
Maximum density, 4-column layout. Everything on one page
Best for Fast scanning and minimum paper use
Text formats
Download Markdown
Best for copying commands, snippets, and config into notes, prompts, or docs
Download MarkdownPreview
The web preview is for quick browsing. The PDF remains the authoritative print artifact
Open in Browser